body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color:#FFFFFF;
	margin:0;
}

.headers {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
	height: 20px;
	/*padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;*/
}

.footer {
	font-size:9px;
}


a:link{
	color:#006699;
	text-decoration:underline;
	
}
a:visited{
	/*color:#70AACD;*/
	color:#006699;
	text-decoration:underline;
	
}
a:hover{
	color:#990000;
	text-decoration:none;
	
}