body 
  {   
  scrollbar-face-color      : #FFFFFF;  
  scrollbar-shadow-color    : #5d5e59;  
  scrollbar-highlight-color : #5d5e59;  
  scrollbar-3dlight-color   : #FFFFFF;  
  scrollbar-darkshadow-color: #FFFFFF;  
  scrollbar-track-color     : #FFFFFF;  
  scrollbar-arrow-color     : #5d5e59;
   
  background-color          : #FFFFFF; 
  background-repeat         : repeat; 
  background-position       : top left; 
  }
  
td
  { 
   font-family               : Arial; 
   color                     : #000000; 
   line-height               : 1.7;   
   font-size                 : 9pt;
   letter-spacing            : 1.0;
   word-spacing              : 1.0 
  } 

a:link   {       
  text-decoration   : none;
  color             :  #eb3e2e
  }
  
a:active   {         
  text-decoration   : none;
  color             :  #eb3e2e
  }
  
a:visited   {          
  text-decoration   : none;
  color             : #eb3e2e
  }
  
a:hover   {        
  text-decoration   : none;
  font-weight       : bold;
  text-decoration	: underline; 
  color             : #5d5e59;
  }


.fieldcell input { 
 	font: 9px Arial; 
 	height: 20px; 
 	background-color: #FFFFFF; 
 	color: #102132; 
 	border: 1px solid #5d5e59; 
 	margin-right: 0px; 
} 

.textarea { 
 	font: 9px Arial; 
 	background-color: #FFFFFF; 
 	color: #FFFFFF; 
 	border: 1px solid #5d5e59; 
 	margin-right: 0px; 
}

.button { 
 	font-family: Arial; 
 	font-size: 10px; 
 	background-color: #FFFFFF; 
 	color: #5d5e59; 
 	margin-left: 0px; 
 	margin-top: 0px; 
 	margin-bottom: 0px; 
}
