body,td,th {
	color: #000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a  {color:#336666;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {text-decoration:underline
}
a:visited {color:#339966
}
a:active {
	color: #339966;
}
img  {
	border:0
	}
	
/*  the footer w/ copyright info, contact us, etc. is on a dark background,
therefore, we'll have a new style for it  */
#footer {
	color:#FFFFFF;
	font-weight:normal;
	}
#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	}
#footer a:hover { text-decoration:underline }

#darkbackground {
	color:#FFFFFF;
	font-weight:normal;
	}

#darkbackground a {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	}
#darkbackground a:hover { text-decoration:underline }

