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

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

td {  
	font-family: Verdana; 
	font-size: 11px; 
	color: dimgray;
}

select, input, textarea { font-family: Arial, Helvetica; 
						  font-size: 11px; 
						  color: #333333; 
						  background-color: #FFFFFF;
						  
					    }


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

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

.white a:link {  
	font-family: Verdana; 
	font-size: 11px; 
	color: white; 
	text-decoration: none;
}

.white a:visited {  
	font-family: Verdana; 
	font-size: 11px; 
	color: white; 
	text-decoration: none;
}

.white a:hover {  
	font-family: Verdana; 
	font-size: 11px; 
	color: yellow; 
	text-decoration: none;
}

a:link {  
	font-family: Verdana; 
	font-size: 11px; 
	color: black; 
	text-decoration: none;
}


a:visited {   
	color: black; 
	text-decoration: none;
}

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

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


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

.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: 11px; 
	color: #336633;
}

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

   .DivMenu {position:absolute;
      left:-200;
      top:-1000;
      width:100;
      z-index:100;
      background-color:#333333;
      border: 2px groove #CCCCCC;
   }

   .TDMenu {
      color:white;
      font-family:verdana;
      font-size:70%;
      width:100%;
      cursor:default;
   }
