BODY { 
	font:			16px Arial, Helvetica, sans-serif;
	margin: 		0px;
	padding: 		0px;
	background-color:	white;
	color:			#000066;
}

SMALL {
	color:			#696969;
}

FORM { 
	font:			9px Arial, Helvetica, sans-serif;
	color:			#000066; 
}

TD, DD { 
	font:			16px Arial, Helvetica, sans-serif;
	color:			#000066; 
}

CENTER { 
	color:			#000066; 
}

I {
	color:			black;
}

P {
	font:			16px Arial, Helvetica, sans-serif;
	color:			#000066;
	margin-top:		16pt;
	text-align:		justify;
}

A { 
	font:			16px Arial, Helvetica, sans-serif;
	color:			blue;
}
A:hover { 
	color:			red; 
}

#header A { 
	width:			100%; 
	padding:		3px; 
	margin:			0px; 
	display: 		block;
	color:			#000066; 
	background:		#66CCFF; 
	text-align:		center; 
	text-decoration:	none; 
}
#header A:hover { 
	color:			#000066; 
	background:		#0099FF; 
}

#bar A {
        width: 			100%;
	padding: 		2px;
	margin: 		0px;
	display: 		block;
	color:			#000066;
	text-decoration:	none;
}
#bar A:hover {
	background:		#66CCFF;
	color:			#000066;

}
#menu A { 
	font-weight:		bold;
	width:			100%; 
	padding:		3px; 
	margin:			0px; 
	display: 		block;
	color:			#000066;
	background:		#66CCFF; 
	text-align:		center; 
	text-decoration:	none; 
}
#menu A:hover { 
	color:			#000066;
	background:		#0099FF; 
}
#countbox { 
	font:			14px Arial, Helvetica, sans-serif;
	font-weight:		bold;
	display: 		block;
	text-align:		right; 
}
