BODY, TD, TH, LI, OL, BLOCKQUOTE {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	color: black;	
}
TH {
	color: white;
}
a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
a {
	text-decoration:none;

}
	
a.navigation
{
	color:black;
	text-decoration:none;
}
	
a.navigation:hover {
	color:black;
	text-decoration:underline;
}

.footer {
	color:#666666;
	text-decoration:none;
}

.footer:hover {
	color:#666666;
	text-decoration:underline;
}

.errormsg {
	color: #FF0000;
}

.info {
	color: #666666;
}

textarea, input, select { 
	font-size: 10px; 
	border: 1px #808080 solid;
	font-family: Verdana;
	background-color: #F5F5F5;
	color: #000000
}
	
input.submit {
	border: 0px;
}