/* CSS Document */

<!--
.columnbgd {
background-color:#999999}

.bottomnavlinkoff {
font-size:11px;
text-decoration:none;
font-family:Arial, Helvetica;
color:#000000;
; font-weight: normal}

.bottomnavlinkon {
font-size:11px;
text-decoration:none;
font-family:Arial, Helvetica;
color:#999999;
; font-weight: normal}

body { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 12px; 
	background-color : #EEEEEE; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
        font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
        font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: underline;
        font-weight: bold;
}

-->