.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.table {  border: 1px}
.style1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.style2 a:link {
	color:#990000;
	text-decoration: none;
}
.style2 a:visited {
	color: #000000;
	text-decoration:none;
}
.style2 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style2 a:active {
	color: #FF0000;
	text-decoration: none;
}
.style3 {
	font-family: tahoma;
	font-size: 12px;
}

.style4 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.style4 a:link {
	color:#000000;
	text-decoration: none;
}
.style4 a:visited {
	color: #000000;
	text-decoration: none;
}
.style4 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style4 a:active {
	color: #FF0000;
	text-decoration: none;
}
.style5 {
	color: #0000FF;
	font-weight: bold;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 400px;
border: 1px 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);
font-family:tahoma;
font-size:12px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
