body {background-image: url(pics/bg1.jpg); background-attachment: fixed;
scrollbar-face-color: #CCCC99; scrollbar-shadow-color: 808000; scrollbar-highlight-color: 00000;
scrollbar-3dlight-color: cccccc; scrollbar-darkshadow-color: 000000; scrollbar-track-color: cccccc;
scrollbar-arrow-color: black;}
a:link { color: #808000 }
a:visited { color: #808000 }
a:hover { color: #808010 }
DIV.textblock {
  padding-left: 10px;
  font-size: 9pt;
  padding-right: 10px; }

#dhtmltooltip{
			position: absolute;
			left: 300px;
			top: 10px;
			width: 150px;
			border: 1px solid black;
			padding: 2px;
			background-color: lightyellow;
			visibility: hidden;
			font-family: Tahoma; font-size: 8pt; 
			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,strength=4);}
#dhtmlpointer{
			position:absolute;
			left: 300px;
			top: 10px;
			z-index: 101;
			visibility: hidden;}
