body 	{
		font-family: Arial;
		font-size: 19;
		background-color:#c1c1c1;
		color: #000000;
		text-align:center;
	}
td	{
		background-color:#E4E4E4;
		font-family: Arial;
		font-size: 11px;
	}
td.dark	{
		background-color:#d0d0d0;
		font-family: Arial;
		font-size: 11px;
	}
td.high	{
		background-color:#FF0000;
		font-family: Arial;
		font-size: 11px;
	}
td.mid	{
		background-color:#FF8000;
		font-family: Arial;
		font-size: 11px;
	}
td.low	{
		background-color:#FFFF00;
		font-family: Arial;
		font-size: 11px;
	}
td.neu	{
		background-color:#FF8080;
		font-family: Arial;
		font-size: 11px;
	}
td.ultradark	{
		background-color:#808080;
		font-family: Arial;
		font-size: 11px;
		}

table 	{
	 	border-width: 0px;
		text-align:center;
		margin:auto;
	 	
	}
a	{	
		font-family: Arial;
		text-decoration : underline;
		color : #FF0000;
		font-size : 11;
	}
a.numlink	{
		text-decoration : underline;
		
		color : White;
		font-size : 11;
	}
a:Visited	{text-decoration : underline;}
a:Active	{text-decoration : none;}
a:Hover	{
		text-decoration : none;
		color : #8000;
	}

.big	{
		font-size : 11;
		font-weight : bold;
		color : #FF0000;
	}
.a	{
		font-family: Arial;
		text-decoration : none;
		color : #FF0000;
		font-size : 11;
	}


.bignews	{
		font-size : 11;
		font-weight : bold;
		color : #000000;
	}
