/*
a:hover {font-weight: normal; color: #FF0000; text-decoration:underline;}
a:visited { font-weight: normal; color: #0c2d83;}
a {font-weight: normal; color: #0c2d83; text-decoration:none;}
*/

a:hover {font-weight: normal; color: blue; text-decoration:underline;}
a:visited { font-weight: normal; color: blue}
a {font-weight: normal; color: blue; text-decoration:none;}


td {  
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000033
}

th { 
	background: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-align: center;
}
select{font-size:11px;}

.displayonly       { display:none  }
.printonly       {  }
.notprintable
	{
	display: none;
	}
	
.Red {
	color:darkred;
	font-weight:bold;
	
}
.Yellow {
	color:#FF7722;
	font-weight:bold;
}

.Green  {
	color:#006400;
	font-weight:bold;
}

.White  {
}