body,table,th,input,select,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    line-height: 150%;
	color: #000000;
}
BODY{
	background-color:#99fb68;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:0px;
}

.pr {
	font-family:Tahoma;
	font-size:8.5pt;
	font-style:bold;
	color:#000000;
	line-height:125%;
	text-align:left
}

.stat {
	font-family:Arial;
	font-size:8.5pt;
	font-style:bold;
	color:#000000;
	line-height:100%;
	text-align:left
}

.shadetabs{
padding: 3px 0px;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font: bold 8.5pt Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 1px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
background-color: #a3bad4;
color: white;
}

.shadetabs li.selected{
position: relative;
top: 0px;
#color: #FF9900;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #DDDDDD;
border-bottom-color: #DDDDDD;
color: blue;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border-top: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
width: 195px;
background-color: #DDDDDD;
margin-bottom: 1em; padding: 5px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000033;
	text-decoration: none;
}

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