body {
	font-family: Tahoma, 
	font-size: 13px;
	font-weight: normal;
	color: #000000;
  	background-color: #fffff6; 

}

td, th, input, select, textarea {
	font-family: Tahoma;
	font-size: 13px;
}

A:link {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
A:active {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #8F6236; TEXT-DECORATION: none
}


.menubg {

}

a.menubg:link,a.menubg:visited,a.menubg:active{
	display: block;
	text-decoration: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
	height: 23px;
	background-image:  url(/images/bt_menu_off.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #9A370A;
	padding-left: 25px;
	padding-top: 3px;
	width: 100%;
	font-weight: bold;
}



a.menubg:hover {
	background-image:  url(images/bt_menu_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #396CA1;
}



.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/bt_menu_off.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin-right: 5px;
	text-decoration: none;
	padding-left: 15px;
	font-size: 11px;
}
.copyright {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;	
}
.copyright a {
	color: #000000;
	text-decoration:none;
}
.text12b {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight:bold;
	
}
.text12bbrowe {
	color: #754C24;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	TEXT-DECORATION: underline
	
}

.text13 {
	color: #000000;
	font-size: 13px;
	font-family: tahoma;
	font-weight:none;
	
}
.text13b {
	color: #000000;
	font-size: 13px;
	font-family: tahoma;
	font-weight:bold;
	
}
.text13whiteb {
	color: #FFFFFF;
	font-size: 13px;
	font-family: tahoma;
	font-weight:bold;
	
}

.text14b {
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	font-weight:bold;
	
}

.text15 {
	color: #000000;
	font-size: 15px;
	font-family: tahoma;
	font-weight: none;
	
}
.text15b {
	color: #000000;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	
}
.text15browe {
	color: #754C24;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	
}

.footer{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#ddb089;
}

.explaintext {
	font-family: tahoma, arial, helvetica;
	font-size: 12px; 
}

#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);
}

