@charset "utf-8";
/* CSS Document */
/* table 1 */
#table1 {
	border-collapse: collapse;
	text-align: center;
	color: #000000;
}

#table1 td, #table1 th {
    font-size: 16px;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#table1 th {
    font-size: 16px;
    text-align: centre;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#table1 tr.alt td {
	color:#FF0000;
    background-color: #EAF2D3;
}

/* table 4 */
.table {
    border-collapse: collapse;
    text-align: center;
    color: #000000;
    width: 100%;
    max-width: 700px;
}

.table td {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #98bf21;
    padding: 8px 10px;
}

.table th {
    font-size: 15px;
    background-color: #FFFF00;
    color: #000000;
    font-weight: bold;
	font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #98bf21;
    padding: 8px 10px;

}

/* Link styling */
.table a:link,
.table a:visited {
    color: #000;
    text-decoration: none;
}

.table a:hover {
    text-decoration: underline;
    color: #0066cc;
}

.table a:active {
    color: #000;
}



