body {
	background-color: #d5d5d5;
	margin: 0px 0px 0px 0px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #004685;
padding: 2px;
background-color: white;
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, strength=3);
}

#right {
	background-image: url(../images/squares3.gif);
	background-repeat: no-repeat;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
}

.text a {
	color: #004685;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.footer-text {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
}

.footer-text a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover {
	text-decoration: underline;
}
