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


H2 {  
	font-family: Verdana; 
	font-size: 12px; 
	color: dimgray;
	text-decoration: underline;
}


td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: white;
	line-height: 1.4;
}

p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: white;
	line-height: 1.4;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: white; 
	text-decoration: underline;
}

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

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

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

.small {  
	font-family: Arial; 
	font-size: 11px; 
	color: 333366;
}

.small a:link {  
	font-family: Arial; 
	font-size: 11px; 
	color: #333366; 
	text-decoration: underline;
}

.small a:visited {  
	font-family: Arial; 
	color: #333366; 
	text-decoration: underline;
}

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

.small a:active {  
	font-family: Arial; 
	color: red; 
	text-decoration: underline;
}


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

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

.smallwhite a:visited {  
	font-family: Arial; 
	color: white; 
	text-decoration: none;
}

.smallwhite a:hover {  
	font-family: Arial;  
	color: yellow; 
	text-decoration: none;
}

.smallwhite a:active {  
	font-family: Arial; 
	color: yellow; 
	text-decoration: none;
}

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

.large { 
		font-family: Arial; 	
		font-size: 12px; 
		color: dimgray;
}

.large a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: dimgray; 
	text-decoration: underline;
}

.large a:visited {  
	font-family: Arial; 
	color: dimgray; 
	text-decoration: underline;
}

.large a:hover {  
	font-family: Arial;  
	color: red; 
	text-decoration: underline;
}

.large a:active {  
	font-family: Arial; 
	color: red; 
	text-decoration: underline;
}

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

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