
H2 {  
	font-family: Verdana; 
	font-size: 14px; 
	color: dimgray;
}

.brown {  
	font-family: Verdana; 
	font-size: 10px; 
	color: chocolate;
}

body {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333;
}

td {  
	font-family: Verdana; 
	font-size: 12px; 
	color: #333333;
}

.larger {  
	font-family: Verdana; 
	font-size: 13px; 
	color: #333333;
}

.largeblue {  
	font-family: Verdana; 
	font-size: 13px; 
	color: #71A2DF;
}

td.brown {  
	font-family: Verdana; 
	font-size: 11px; 
	color: #FF9C63;
}

a:link {  
	font-family: Verdana; 
	font-size: 12px; 
	color: slategray; 
	text-decoration: underline;
}

a:visited {   
	color: dimgray; 
	text-decoration: underline;
}

a:hover {   
	color: red; 
	text-decoration: underline;
}

a:active {   
	color: red; 
	text-decoration: none;
}

.red {  
	font-family: Verdana; 
	font-size: 10px;
	font-weight:bold; 
	color: red
}

.small {  
	font-family: Verdana; 
	font-size: 10px; 
	color: white;
}

.small a:link {  
	font-family: Verdana; 
	font-size: 10px; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:visited {  
	font-family: Verdana; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:hover {  
	font-family: Verdana;  
	color: red; 
	text-decoration: underline;
}

.small a:active {  
	font-family: Verdana; 
	color: cornsilk; 
	text-decoration: underline;
}

.bold {  
	font-family: Verdana; 
	font-weight: bold;
	font-size: 12px; 
	color: dimgray;
}

.large { 
		font-family: Verdana; 	
		font-size: 13px; 
		color: dimgray;
}

#dropmenudiv{
	position:absolute;
    border: 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#BFBC9E;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
}

#dropmenudiv a{
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight:normal;
}

#dropmenudiv a:hover{
	color: #FFFFFF;
	background-color:#333333;

}
