body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	background-image: url(images/bg.jpg);
}
.bdr {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3D1CA;
	border-left-color: #D3D1CA;
}

.btnbg {
	background-image: url(images/btnbg.jpg);
	background-repeat: repeat-x;
	height: 38px;
}
.vr {
	background-image: url(images/vert%20line.gif);
	background-repeat: repeat-y;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 22px;
}
.btn:hover{
	color: #FFFF99;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0080DB;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftnav:hover{
	color: #0080DB;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	padding-top: 3px;
	padding-right: 3px;
}
.fbg {
	background-image: url(images/fbg.jpg);
	background-repeat: repeat-x;
	height: 73px;
}
.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;
}
.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0080DB;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
	display:block;
	padding:3px 0px 3px 0px;
}
.more:hover{ text-decoration:underline; color:#FF0000;}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
	padding-left: 7px;
}
.heading1:hover{text-decoration: none;}
