/* CSS Document */

body{
background-image:url(images/b_bg.jpg);
background-repeat:repeat-x;
background-color:#2F2F2F;
padding:0px;
margin:0px;
}

.footer_bg{
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
}

.nav_bg{
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #CCCCCC;
	text-decoration: none;
}


.footer_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #D8801E;
	text-decoration: none;
}

.footer_text a{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #D8801E;
	text-decoration: none;
}

.footer_text a:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.form_text {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}

.heading_text {
	font-family:Trajan Pro;
	font-size: 25px;
	font-weight: bold;
	color: #F5BD35;
	text-align:left;
	text-decoration: none;
}.subheading {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #FFCC99; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
a {  color: #FFFF99}
