body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px auto;
	font-size: 12px;
	text-align: center;
}
div.test1 {
 margin: 20px;
 
 font-size: 14px;
 font-style: italic;
 text-align: left;
 font-weight: bold;
}
div.test2 {
 margin: 20px;
 font-size: 12px;
 text-align: right;
 color: gray;

}
a {text-decoration: none;}
a.there {
  color: white;
  background-color: #474763;
}
a:hover{
  color: white;
  background-color: #474763;

}
div.mainmenu{
	width: 875px;
	margin: 0px auto;
	text-align:left; 
	height: 47px;
}
div.banner{
	width: 952px;
	margin: 2px auto;
	text-align:center;
}
td.menu{
  padding: 7px 0px 0px 0px; 
  font-family: Garamond, Book Antiqua, arial; 
  font-size: 18px; 
  font-weight: bold; 
  color: white; 
  text-align: center;
}
div.menu{
  width: 125px; 
  overflow: hidden;
}
div.main_body{
	width: 952px;
	margin: 0px auto;
	text-align: left;
  background-color: rgb(233,233,233); 
	border: 1px solid #D5D5D5;
}
div.spaced_text{
  line-height: 130%; 
  letter-spacing: .035cm;
}

div.footer{
	font-size: 10px; 
  	font-weight: bold; 
	margin: 0px auto;
	text-align: center; 
	color: gray;
	margin-top: 0px;
	height: 20px;
	padding-top: 3px;
	
}
span.but{
	text-align: center;
	width: 125px;
	height: 35px;
}
a.mainbut:link, a.mainbut:active, a.mainbut:visited{
	width: 125px;
	height: 35px;
	vertical-align: middle;
	color: gray;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	padding: 5px;
}

a.mainbut:hover {
	width: 125px;
	color: black;
	background-color: white;
}

a.mainbuthere:link, a.mainbuthere:active, a.mainbuthere:visited{
	width: 125px;
	height: 35px;
	vertical-align: middle;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	padding: 5px;
}

a.mainbuthere:hover {
	width: 125px;
	color: black;
	background-color: white;
}

a.herenow:link, a.herenow:active, a.herenow:visited, herenow:hover{
	width: 125px;
	height: 35px;
	color: Yellow;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/button_select.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	display: table-cell;
	padding-top: 10px;
}


.light_link {
	color: #215121;
	text-decoration: none;
	font-weight: bold;
   font-size: 12px;
}
div.mainheader{
	text-align: center; 
	width: 125px; 
	background-color: #330d70; 
	color: white; 
	font-size: 9px; 
	font-weight: bold;
	border-bottom: 1px solid white;
}

/* for tooltip */

#dhtmltooltip{
position: absolute;
text-align: left;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: rgb(233,233,233);
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);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.dtproperty_tall {
  height: 100px;
} 

.dtproperty_verywide {
  width: 400px;
}


/* --------------------------------------------------------------------------------------------*/
.tohtml_table {text-align: left; margin-top: 24px; background-color: #E9FFCA; color: #2A4600; border: 1px solid #2A4600; font-size: 8pt;}
.tohtml_td {text-align: left; vertical-align: top; padding-left: 4; padding-right: 4; font-size: 8pt;}
.dttracker_table {text-align: left; color: #600000; font-size: 8pt; background-color: #F4DCDC;}
