@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFF99;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 14px;
}
.bottom_bar {
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.topnav {
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #993300;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navtest_top a:link {
	color:#ffff99;
	text-decoration: none;
	}
#navtest_top a:hover {
	color:#e21c00;
	text-decoration:underline;
	}
#navtest_top a:visited {
	color:#ffff99;
	text-decoration:none;
	}
#navtest_top a:active {
	color:#e21c00;
	text-decoration:underline;
	}
#navtest_sub a:link {
	color:#003300;
	text-decoration: none;
	}
#navtest_sub a:hover {
	color:#e21c00;
	text-decoration:underline;
	}
#navtest_sub a:visited {
	color:#003300;
	text-decoration:none;
	}
#navtest_top a:active {
	color:#003300;
	text-decoration:none;
	}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #344119;
}

#mytable td {
	border:1px solid #990000;
}

#mytable #row1 td {
	background-color:#ffff66;
	padding:4px;
}

#mytable #row2 td {
	background-color:#99cc66;
}

#mytable #row3 td {
	background-color:#ffff66;
}

#mytable #row4 td {
	background-color:#99cc66;
}

#mytable #row5 td {
	background-color:#ffff66;
}

#mytable #row6 td {
	background-color:#99cc66;
}

#mytable #row7 td {
	background-color:#ffff66;
}

#mytable #row8 td {
	background-color:#99cc66;
	}	


.boxhead {font-family: Arial, Helvetica, sans-serif; color: #C6C353; font-size: 16px; }
.boxtext {font-family: Arial, Helvetica, sans-serif; color: #003300; font-size: 13px; }
