BODY 
     {
	 font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
	 }
.gridtext
     {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
     align: right;
     }
.inputtext 
     {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
     }
 .dropdowntext 
     {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: 8pt;
	 font-style: normal;
     color: black;
     }
.tableheader
     {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: 8pt;
	 font-style: normal;
     color: white;
     background: green;
     }        
A:link    
     {
     text-decoration: underline;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
     }

A:visited 
     {
     text-decoration:    underline;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
     }

A:active  
     {
     text-decoration:    underline;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: black;
     }

A:hover   
     {
     text-decoration:    underline;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-weight: normal;
	 font-size: smaller;
	 font-style: normal;
     color: red;
     }

#dhtmltooltip
     {
     position: absolute;
     width: 150px;
     border: 2px solid black;
     padding: 2px;
     background-color: lightyellow;
     visibility: hidden;
     z-index: 100;
     /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
     filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
     }
