/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}


/*body*/

.body {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
text-align:justify;
}

 .body a:link {
color: #990000;
text-decoration: none;
}

.body a:visited {
color: #990000;
text-decoration: none;
}

.body a:hover {
color: #A3ACB2;
text-decoration: underline;
}

.body a:active {
color: #990000;
text-decoration: none;
}


/*active*/

.active {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color: #333333;
margin-left: 5px;
text-align:justify;
}

 .active a:link {
color: #ffffff;
text-decoration: none;
}

.active a:visited {
color: #ffffff;
text-decoration: none;
}

.active a:hover {
color: #990000;
text-decoration: underline;
}

.active a:active {
color: #990000;
text-decoration: none;
}

/*tooltip*/

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
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;
}

.footer {
	color: #666666;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.whitesub {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF}

.dynamic {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 10px; color: #999999; }
.bullet {color: #999999}
.red {
	color: #990000;
	font-weight: bold;
}
.redhead {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #990000}
.style15 {color: #000000}

