@charset "iso-8859-1";
/* CSS Document */
body {margin:0px 0px 0px 0px; background-color:#FFFFFF}
td, tr {vertical-align:top; text-align:left}
.scrol {
	scrollbar-3dlight-color: #BEBEBE;
	scrollbar-arrow-color: #898888;
	scrollbar-base-color: #898888;
	scrollbar-darkshadow-color: #BEBEBE;
	scrollbar-face-color: #BEBEBE;
	scrollbar-highlight-color: #898888;
	scrollbar-shadow-color: #898888;
	scrollbar-track-color: #BEBEBE;
}
.form{ font-family:Arial, Tahoma, Geneva, sans-serif; font-size:12px;  color:#FFFFFF;}
.form1{ font-family:Arial, Tahoma, Geneva, sans-serif; font-size:12px;  color:#FFFFFF; text-decoration:underline}
.form1:hover{ text-decoration:none}
/* footer navigation font size below */
.end{ font-family:Arial, Tahoma, Geneva, sans-serif; font-size:12px;  color:#D8D8D8; text-decoration:none}
.end:hover{ text-decoration:underline}
/* left side text font size below */
.form11{ font-family:Tahoma, Arial, Geneva, sans-serif; font-size:10px;  color:#424242;}
.m1{ background-image:url('images/m1.gif'); background-repeat:no-repeat;}
.m1m{ background-image:url('images/m1m.gif'); background-repeat:no-repeat;}
.m2{ background-image:url('images/m2.gif'); background-repeat:no-repeat;}
.m2m{ background-image:url('images/m2m.gif'); background-repeat:no-repeat;}
.m3{ background-image:url('images/m3.gif'); background-repeat:no-repeat;}
.m3m{ background-image:url('images/m3m.gif'); background-repeat:no-repeat;}
.m4{ background-image:url('images/m4.gif'); background-repeat:no-repeat;}
.m4m{ background-image:url('images/m4m.gif'); background-repeat:no-repeat;}
.m5{ background-image:url('images/m5.gif'); background-repeat:no-repeat;}
.m5m{ background-image:url('images/m5m.gif'); background-repeat:no-repeat;}
.m6{ background-image:url('images/m6.gif'); background-repeat:no-repeat;}


.deep{ font-family:Arial, Tahoma, Geneva, sans-serif; font-size:13px;  color:#646464; text-decoration:none}
.deep:hover{ text-decoration:underline}
.ins{ font-family:Arial, Tahoma, Geneva, sans-serif; font-size:12px;  color:#4E943B; text-decoration:underline}
.ins:hover{ text-decoration:none}






.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}