/*
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; font-family: Arial, Helvetica, sans-serif; color: blue; text-decoration:underline;}
a:visited { font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: blue}
a {font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: blue; text-decoration:none;}

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;  color: #0C2D83
}
	
.displayonly  { 
}

.printonly {
	display:none 
}

.Red {
	background-color:red;
	color:white;
	font-weight:bold;
}

.Yellow {
	background-color:yellow;
	color:black;
	font-weight:bold;
}

.Green  {
	background-color:lime;
	color:black;
	
}

.White  {
}

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;
}

.cndA{
	
	background-image: url("/images/btnYellow.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
	}
.cndC{
	
	background-image: url("/images/btnRed.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}
.cndN{
	
	background-image: url("/images/btnGreen.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}