body{
scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color:#333333;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#333333;
font-family : Arial, Helvetica, sans-serif, Courier, Courier New; 
font-size : 12px; 
}
#tooltip2 {
position : absolute; 
width : 150px; 
border : 1px solid black; 
font-family : Arial; 
font-size : 12px; 
padding : 4px; 
background-color : #ffffcc; 
visibility : hidden; 
z-index : 100; 
} 
A.pFo:link {
color : #003399; 
text-decoration : none; 
} 
A.pFo:visited {
color : #003399; 
text-decoration : none; 
} 
A.pFo:active {
color : #003399; 
text-decoration : none; 
} 
A.pFo:hover {
color : #ff9900; 
text-decoration : none; 
} 

A.pFa:link {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
color : #000000; 
text-decoration : none; 
} 
A.pFa:visited {
color : #000000; 
text-decoration : none; 
} 
A.pFa:active {
color : #000000; 
text-decoration : none; 
} 
A.pFa:hover {
color : #ff9900; 
text-decoration : none; 
} 

#dhtmltooltip{
font-family: Verdana, Helvetica,
               Arial, sans-serif;
font-size: 12px;
font-color: solid black;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 4px;
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);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}