#black{
 font-family: verdana;  
 font-size: 10px;
 line-height: 13px;
 color : #000000;
} 

#blackheader{
 font-family: verdana;  
 font-size: 12px;
 line-height: 14px;
 color : #000000;
}

#green{
 font-family: verdana;  
 font-size: 10px;
 line-height: 13px;
 color : #0692B1;
}

#greenheader{
 font-family: verdana;  
 font-size: 12px;
 line-height: 14px;
 color : #0692B1;
}

#white{
 font-family: verdana;  
 font-size: 10px;
 line-height: 13px;
 color : #FFFFFF;
}

#whiteheader{
 font-family: verdana;  
 font-size: 12px;
 line-height: 14px;
 color : #FFFFFF;
}

#red{
 font-family: verdana;  
 font-size: 10px;
 line-height: 13px;
 color : #FF3333;
}

.input{ 
  font-family: verdana;
  font-size: 8pt; 
  border:1 #EFF9FB; 
  background-color: #EFF9FB; 
  color: #0692B1;
}

#whitebold{
 font-family: verdana;  
 font-size: 10px;
 line-height: 13px;
 color : #FFFFFF;
 font-weight: bold;
}

#filemessage 
{
	font-family: verdana;  
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}