body,td,p	{
	font-family: Arial;
	font-size:13 px;
	color:#203075;
		}
A {
	text-decoration: none;
	color:blue;
}
A:Hover {
	color:red;
}
A:Visit {
	color:gray;
}
input {
	font-size:11 px;
}
#top a	{
		text-decoration: none;
		color:white;
		font-weight : bolder;
		}
#top a:link		{color:white;}
#top a:visit	{color:#99CCFF;}
#top a:active	{color:white;}
#top a:hover	{color:#66CC99;}

#nav		{
		font-family: Arial;
		color:white;
		font-size:14 px;
		}
#nav a:link		{color:white;}
#nav a:visit	{color:white;}
#nav a:active	{color:white;}
#nav a:hover	{color:white;}
.tHeaderStd {  
	font-family: Verdana;  
	font-size: 10px;  
	background: #cccccc;  
	color: #003399;
}
.tHeader {  
	font-family: Verdana;  
	font-size: 10px;  
	background: #ffcc66;  
	color: #003399;
}


