a 
{ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 font-variant: normal;
 color: blue;
 text-decoration: underline;
 text-align: center;
 vertical-align: 0%
} 

a:hover 
{ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 line-height: normal;
 font-weight: bold;
 font-variant: normal;
 color: #00CCFF;
 text-decoration: none;
 text-align: center;
 vertical-align: 0%
}

body,p,td 
{ 
font-family:  Arial, Helvetica, sans-serif;
font-size: 8pt;
scrollbar-face-color: #000044;
scrollbar-shadow-color: #2222B2;
scrollbar-highlight-color:#0000FF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
 } 
input 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:8pt;
 color:black;
 background-color:grey;
 border:black;
 border-style: groove;
 border-top-width:1px;
 border-bottom-width:1px;
 border-right-width:1px;
 border-left-width:1px;
 } 

input.checkbox 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:8pt;
 color:black;
 background-color:grey;
 border:black;
 border-top-width:1px;
 border-bottom-width:1px;
 border-right-width:1px;
 border-left-width:1px;
 } 

select
{
font-family:  Arial, Helvetica, sans-serif;
font-size:8pt;
} 

textarea 
{ 
font-family:  Arial, Helvetica, sans-serif;
font-size:8pt;
color:white;
background-color:#336699;
border:black;
border-style:groove;
border-top-width:1px;
border-bottom-width:1px;
border-right-width:1px;
border-left-width:1px;
}
