body {
	background-color: #8EACB4;
	background-image: url(/images/bluebg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #656565;
	font-size: 11px;
	
}

p, td, input{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #656565;
	font-size: 11px;

}
div a:hover {
	color: #656565;
	text-decoration: underline;
	font-size: 11px;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;
}
a:link {
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}
