@charset "utf-8";



body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #E46F1F;
	font-weight: bold;
}
a:visited {
	color: #E46F1F;
	font-weight: bold;
}
a:hover {
	color: #FF6B24;
	font-weight: bold;
}
a:active {
	color: #FF6B24;
	font-weight: bold;
}

.bodyheaderbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e4701e;
	background-image: url(images/body-header-bg.jpg);
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-repeat: no-repeat;
}
.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a6f8f;
	text-align: justify;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #80AECA;
}
.sub-header-text {
	font-size: 14px;
	font-weight: bold;
}
