/* General Links */
/* -------------------------------------------------------------------------------------------------------------- */
a:link {
	color: #ad4f4d;
	text-decoration: none;
}
a:visited {
	color: #ad4f4d;
	text-decoration: none;
}
a:active {
	color: #ad4f4d;
	text-decoration: none;
}
a:hover {
	color: #a8c257;
	text-decoration: underline;
}

/* Page Sections */
/* -------------------------------------------------------------------------------------------------------------- */

.main_body {
	padding: 10px;
	background-color: #FFFFFF;
	border-top: thin none #C0C0C0;
	border-right: thin dotted #C0C0C0;
	border-bottom: thin dotted #C0C0C0;
	border-left: thin dotted #C0C0C0;
}



/* Text Styles */
/* -------------------------------------------------------------------------------------------------------------- */
.body {
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-family: "Verdana", "Arial", "Times New Roman";
	font-weight: normal;
}

.footer {
	padding: 0px;
	color: #000000;
	font-size: 10px;
	font-family: "Verdana", "Arial", "Times New Roman";
	font-weight: normal;
}
.footer2 {
	padding: 0px;
	color: #000000;
	font-size: 10px;
	font-family: "Verdana", "Arial", "Times New Roman";
	font-weight: normal;
}
.tooltip {
	padding: 0px;
	color: #000000;
	font-size: 9px;
	font-family: "Verdana", "Times New Roman";
	font-weight: normal;
}

#dhtmltooltip{
position: absolute;
width: 160px;
border: 1px solid black;
padding: 1px;
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);
}