@charset "utf-8";
body {
	background-image: url(images/sitebg.gif);
}

.bodybg { 
	background-image:url(images/footer_img.jpg);
	width:760px; 
	background-repeat:no-repeat;
	background-position:bottom center; 
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: none;
}
a.footertext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #d1d1d1;
	text-decoration: underline;
}
a.footertext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #253956;
	text-decoration: none;
}
a.bodytext:link {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #0f52b6;
	text-decoration: underline;
}
a.bodytext:hover {
	color: #B24E00;
	text-decoration: underline;
}
a.bodytext:visited {
	color: #0f52b6;
	text-decoration: underline;
}
.OrangeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B24E00;
	text-decoration: none;
}

