/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.style1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	color: #666666;
}
.style3 {color: #008837}
.menubar {
	font-size: 10px;
	color: #333333;
	text-align:center;
}
.bottom1 {
	background-color:#EDEDED;
}
.bottom2 {
	background-color:#008737;
	height:4px;
}
.textbanner {
	width:520px;
	height:16px;
	border-style:solid;
	border-color:#40A36A;
	background-color:#40A36A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	border-width:1px;
}
#dhtmltooltip{
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	width: 420px;
	border: 1px solid black;
	padding: 2px;
    font-size: 10px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 105;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.login {
	font-size: 10px;
	color: #333333;
	text-align:right;
}


