body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #646464;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #708EBC;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #606060;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #606060;
	font-size: 10px;
	font-family: tahoma;
}
.style5 {
	color: #80A43F;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #3B3B3B;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #DB6A00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #3862a8;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {color: #3862a8; font-size: 11px; font-family: tahoma; font-weight: bold; }


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
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);
}

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

.form_input {
width:286px;
height:18px;
font-family:tahoma;
font-size:11px;
color:#606060;
padding-left:5px;
}

.form_select {
width:91px;
height:18px;
font-family:tahoma;
font-size:11px;
color:#606060;
padding-left:5px;
}

.form_select_wide {
width:120px;
height:18px;
font-family:tahoma;
font-size:11px;
color:#606060;
padding-left:5px;
}

.form_textarea {
width:286px;
height:74px;
font-family:tahoma;
font-size:11px;
color:#606060;
padding-left:5px;
overflow:auto;
margin-bottom: 6px;
}