body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
  	background-color: #e8e8c6; 
}

td, th, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}


.menubg {

}

a.menubg:link,a.menubg:visited,a.menubg:active{
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
	background-image: url(images/button-off.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #333333;
	padding-left: 35px;
	padding-top: 5px;
	width: 100%;
	font-weight: bold;
}



a.menubg:hover {
	background-image: url(images/button-on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}



.menu-header{
	background-color: #EEEEEE;
	border-bottom: 1px dotted #993333;
	text-indent: 5pt;
}

.right-line{
	background-color: #FFFFFF;
	border-left: 1px dotted #999999;
	text-indent: 5pt;
	height: 25px;
	margin-right: 5px;
}

.rightbg{
	background-color: #FFFFFF;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-right: 5px;
	text-decoration: none;
	height: 25px;
	padding-left: 15px;
	font-size: 11px;
}

.hidediv{
	display: none;
}
.showdiv{
	display:  show;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #fae3e3;
font-family: tahoma, arial, helvetica;
font-size: 14px;
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);
}
