

body { 

	/*background-image:url(img/site_bg.jpg);*/
	background-position:center top;
	background-repeat:repeat;
	background-color:#2D002D;
}


.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	margin:4px;
}

.date {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
}

.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	padding:12px;
}


.address {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	background-color:#0b1d6c;
}

.nav_subtext {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}



h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
}



.page_heading {
	font-family: tahoma;
	font-size: 30px;
	color: #000;
	}


.page_sub-heading {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}





/** Links Begin **/

a.logo:link, a.logo:visited {
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	width:144px;
	height:100px;
	display:block;
}

a.logo:hover {
	background-image:url(img/logoh.jpg);
	background-repeat:no-repeat;
	width:144px;
	height:100px;
	display:block;
}

a.nav_link:link, a.nav_link:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	margin-bottom:55px;
}
a.nav_link:hover {
	font-family: tahoma;
	font-weight: bold;
	color: #f6a80b;
	text-decoration: none;
}

.navPOS {
	padding-bottom:23px;
}




a.footer_link:link, a.footer_link:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}






a.text_link:link, a.text_link:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0b1d6c;
	text-decoration: underline;
}

/** Links End **/

