a:link {
	color: #215B8E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336B9A;
}
a:hover {
	color: #7FC07E;
}
a:active {
	text-decoration: none;
	color: #FFFE41;
}
body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style8 {color: #FBFCEE; font-size:10px}
.style1 {
	font-size: 16px;
	color: #000000;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

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