@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(images/bg.jpg);
}
.btnbg {
	background-image: url(images/btnbg.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
.bdr {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7894BB;
	border-left-color: #7894BB;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
.btn:hover{
	color: #133b63;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #122437;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.leftnav:hover{
	color: #316AC5;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #122437;
	border-left-color: #122437;
	padding-left: 5px;
	}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #122437;
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-align: justify;
	padding-top: 10px;
	padding-right: 4px;
}
.fgb {
	background-image: url(images/fbg.jpg);
	background-repeat: repeat-x;
	height: 74px;
}
.ftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
.ftext:hover {
	text-decoration: underline;
}

