.light_blue_button {  
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #0099CC; 
	height: auto; 
	width: auto;
	border-color: #C8E5F7 #003366 #003366 #A5CEE9;
	font-style: normal; 
	border-style: outset; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}
	
.blue_button {  
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #006699; 
	height: auto; 
	width: auto;
	border-color: #C8E5F7 #003366 #003366 #A5CEE9;
	font-style: normal; 
	border-style: outset; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}

.red_button {  
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #FF3333; 
	height: auto; 
	width: auto;
	border-color: #FFE1E1 #003366 #003366 #FFAEAE;
	font-style: normal; 
	border-style: outset; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}
	
.orange_button {  
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #FF9900; 
	height: auto; 
	width: auto;
	border-color: #FFCE84 #003366 #003366 #FFC166;
	font-style: normal; 
	border-style: outset; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}
	
.yellow_button {  
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #FFCC66; 
	height: auto; 
	width: auto;
	border-color: #FAF7C0 #003366 #003366 #F4EE79;
	font-style: normal; 
	border-style: outset; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}
	
A	{
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
        color: #000000;
}
.valfont {
        font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        font-style: normal;
}