/* CSS Document */

body{
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a.ind_link
{
	color: #0961A8;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

a.ind_link:hover{
	text-decoration: underline;

}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #333333;
	padding: 5px;
	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);
	color: #FFFFFF;
}

.copyright{
	font-size: 11px;
	color: #999999;
}

.link_bg{
	background-color: #F0F0F0;
}
a.top_link,
a.top_link:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0961A8;
	margin-top: 0px;
	display: block;
	height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #E2E2E2;
}

a.top_link:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	margin-top: 0px;
	display: block;
	height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #C79411;
}


.page_head{
	font-size:16px;
	font-weight:bold;
	color:#0961A8;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #C79411;
}

a.web_link,
a.web_link:visited
{
	color:#0961a8;
	font-weight: bold;
	text-decoration: none;
}
a.web_link:hover{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #c79411;
}
.q_form{
	padding: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

.submit {
	background-color: #0961A8;
	color: #FFFFFF;
}
.menuheadsm {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #CC9933;

}