

body { background:url(img/bg.jpg)}


.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	margin:10px;
}



.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	padding:15px;
	background-color:#CCC;
}


.address {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.nav_subtext {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}



h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #ffffff;
}



.page_heading {
	font-family: tahoma;
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	}


.page_sub-heading {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F90;

	}



.nav_text_layout { 
	background-color: #FFC; 
	border-top: #600; 
	border-bottom: #600; 
	padding:4px; 
	margin-bottom:10px;
}

/** Links Begin **/


a.nav_link:link, a.nav_link:visited {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #660033;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}





.nav_sub_link:link, .nav_sub_link:visited {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

.nav_sub_link:hover{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}




a.footer_link:link, a.footer_link:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	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: #666666;
	text-decoration: underline;
}

/** Links End **/

