body {
   background-color: #FFFFFF;
}

body,td,th,input, select, textarea {
   font-size:12pt;   
   font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

.maintext {
   font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;  
   font-size:11px;      
}

.maintext_white {
   font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;  
   font-size:11px;      
   color:#FFFFFF;    
}

.maintext_bold {
   font-size:11px;
   font-weight: bold;
}

.maintext_bold_white {
   font-size:11px;
   font-weight: bold;
   color:#FFFFFF;    
}


.header {
   font-size:24px;
   font-weight: bold;
   color:#999999;
}

.errors {
   font-size:11px;
   font-weight: bold;
   color:#FF0000;
}
   
.smalltext {
   font-size:10px;      
}

.smalltext_bold {
   font-size:10px;
   font-weight: bold;      
}  

.link_enabled {
   font-size:11px;
   font-weight: bold;            
   color:#000000;    
}

.link_disabled {
   font-size:11px;
   font-weight: bold;
   color:#666666;          
}  

.footer_link {
   font-size:11px;
   color:#666666;    
}  

#fullheight{height:100%}
