A:link {color: #960;} 
A:visited {color: #963;} 
A:active {color: #960;} 
A:hover {color: #993;}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #003300;
	font-weight: bold;
	padding: 2px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	padding: 4px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	padding: 4px;
}

.bodytext_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 4px;
}

.copyright
{
	font-size:small;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CCCC;
	padding: 4px;
}

#nav
{
	width:100%;
	margin:0;
	text-align:center;
	vertical-align:middle;
	background-color:#013300;
	font-weight:bold;
}

#nav td
{
	width:20%;
	padding:1px;
	white-space:nowrap;
	border:0px solid #013300;
	background-color:#336666;
}

#nav a:link {background-color:#336666;padding-top:2px;padding-bottom:2px;text-decoration:none;color:#99CCCC;display:block;}
#nav a:active {background-color:#336666;padding-top:2px;padding-bottom:2px;text-decoration:none;color:#99CCCC;display:block; }
#nav a:visited {background-color:#336666;padding-top:2px;padding-bottom:2px;text-decoration:none;color:#99CCCC;display:block; }
#nav a:hover { background-color:#336666;padding-top:2px;padding-bottom:2px;text-decoration:none;color:#66CCCC;display:block; }

li
{
list-style-type:disc;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
}

.table_td
{
	width:80%;
	border-top:1px solid #336666;
	border-right:1px solid #336666;
	border-left:1px solid #336666;
	border-bottom:1px solid #336666;
}