* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  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;
}

body
{
    font-size: 9pt;
    margin: 0;
    color: #000000;
    font-family: Verdana, Arial;
    background-color: #919d9d;
	text-align:left;
}
A
{
    color:: #171cfa;
    font-family: Verdana, Arial;
    text-decoration: none
}
A:link
{
    color: #171cfa;
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}


.menu_main{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#0a1c1c;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
}
.menu_main a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#0a1c1c;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;
}
.menu_main a:hover{
	color:#2b4f12;
}



.menu_left_divider{
	position:relative;
	left:20px; 
	width:90px;
	height:2px;
	background-color:#2b4f12;
	margin:0;
}

.menu_left{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}
.menu_left a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	line-height:16px;
}
.menu_left a:hover{
	color:#fab319;
}



.menu_left_small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#558b11;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}
.menu_left_small a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#558b11;
	text-decoration:none;
	line-height:16px;
}
.menu_left_small a:hover{
	color:#fab319;
}

.menu_top{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.menu_top a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	line-height:16px;
}
.menu_top a:hover{
	color:#fab319;
}


div#flashcontent {
}


.footer{
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana, Arial;
}
.footer a{
    font-size: 11px;
    color: #fab319;
    font-family: Verdana, Arial;
	text-decoration:none;
}


.content, p, li{
    font-size: 12px;
    color: #0a1c1c;
    line-height: 16px;
    font-family: Verdana, Arial;
	padding-top:12px;
}
.content a{
    font-size: 12px;
    color: #171cfa;
    line-height: 15px;
    font-family: Verdana, Arial;
	padding-top:12px;
	text-decoration:none;
}
.content a:hover{
	text-decoration:underline;
}

.news_header{
    font-size: 14px;
	font-weight:bold;
    color: #568a0c;
    line-height: 18px;
    font-family: Verdana, Arial;
}

.sub_sub_title, h3{
    font-weight: bold;
    font-size: 9pt;
    color: #0a1c1c;
    line-height: 15px;
    font-family: Verdana, Arial;
}
.sub_title, h2{
    font-weight: bold;
    font-size: 10pt;
    color: #0a1c1c;
    line-height: 16px;
    font-family: Verdana, Arial;
}

h1{
    font-weight: bold;
    font-size: 10pt;
    color: #2b4f12;
    font-family: Verdana, Arial;
}

h1 a{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Arial;
    color: #171cfa;
    text-decoration: none;
}

.sub_menu{
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana, Arial;
}

.error{
    font-size: 7pt;
    color: #cc0000;
    font-family: Verdana, Arial;
}

.tableSmallHead
{    font-weight: bold;
    font-size: 8pt;
    color: #666633;
    font-family: Verdana, Arial;
}

.tableSmall{
    font-size: 8pt;
    color: #664000;
    font-family: Verdana, Arial;
}

td .tabOn
{   font-weight: bold;
    font-size: 8pt;
    font-family: Verdana, Arial;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	color: #171cfa;
	height:25px;
	text-align:center;
}
td .tabOn a
{   font-weight: bold;
    font-size: 8pt;
    font-family: Verdana, Arial;
	color: #666633;
}

td .tabSpacer {
	border-bottom:1px solid #999999;
	height:25px;
	width:9px;
}
td .tabOff
{   font-weight: bold;
    font-size: 8pt;
    font-family: Verdana, Arial;
	border:1px solid #999999;
	background-color:#cccccc;
	color: #666633;
	height:25px;
	text-align:center;
}
td .tabOff a
{   font-weight: bold;
    font-size: 8pt;
    font-family: Verdana, Arial;
	color: #666633;
}


.news{
    font-size: 8pt;
    color: #eeeeee;
    font-family: Verdana, Arial;
}

.ClearGrey{
	color:#727272;
}

SELECT{
    font-family: Verdana, Arial;
	border:1px #FFCC99 outset;
}

INPUT{
    font-family: Verdana, Arial;
	border:1px #FFCC99 outset;
	padding-left:2px;
}

TEXTAREA{
    font-family: Verdana, Arial;
	border:1px #FFCC99 outset;
	padding-left:2px;
}
