/* CSS Document */
.toplink
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#515151;
font-weight:bold;
text-decoration:none;
}

.toplink:hover
{
font-family:Arial;
font-size:11px;
color:#006092;
font-weight:bold;
text-decoration:none;
text-align:center;
}


.bodylink
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.bodylink:hover
{
font-family:Arial;
font-size:12px;
color:#8d9f33;
font-weight:bold;
text-decoration:none;
text-align:center;
}
.menu:link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006092;
font-weight:800;
text-decoration:none;
text-align:center;

}
.menu:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006092;
font-weight:800;
text-decoration:none;
text-align:center;
}

.menu:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:800;
text-decoration:none;
text-align:center;

}

.menu:active
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#006092;
font-weight:800;
text-decoration:none;
text-align:center;
}

.bluetext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#3f73a6;
	font-weight:800;
}

.bodytext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:none;
	text-decoration:none;
}

.gtext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#cecece;
	font-weight:bold;
}

.whitetext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:none;
	text-decoration:none;
}
.bwhitetext
{
	font-family:verdana;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	word-spacing:5px;
	text-align:justify;
}
.greentext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ddff31;
	font-weight:bold;
	
}


.wtext
{
font-family:verdana;
font-size:11px;
color:#cecece;
font-weight:none;	
text-decoration:none;

}
.wtext1
{
font-family:verdana;
font-size:11px;
color:#cecece;
font-weight:none;	
text-decoration:none;

}
.wtext1:hover
{
font-family:verdana;
font-size:11px;
color:#ccc;
font-weight:none;	
text-decoration:none;

}
.textbox
{
	height:16px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
border: 1px dotted white;
padding: 10px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter:alpha(opacity=100);
}
