@charset "utf-8";
/* CSS Document */
body
	{
	margin:0px;
	background-color:#f28221;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#930000;
	}
p
	{
	margin-top:0px;
	}

form
	{
	font-size:11px;
	font-weight:bold;
	}

input, textarea
	{
	border:1px solid #930000;
	background-color:#f28221;
	}
a, a:visited
	{
	color:#930000;
	text-decoration:underline;
	}
a:hover
	{
	text-decoration:none;
	}
	
.nav_band
{
	height:22px;
	padding-top:2px;
	background-image:url(images/nav_band.jpg);
}
.nav_band a:link, .nav_band a:visited
{
	margin:3px 25px 0 20px;
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
.nav_band a:hover
{
	color:#fff;
}

.nav_band_bottom
{
	height:12px;
	padding-top:4px;
}

.nav_band_bottom a:link, .nav_band_bottom a:visited
{
	font-size:8px;
	margin:0 9px 0 0px;
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
.nav_band_bottom a:hover
{
	color:#fff !important;
	text-decoration:none !important;
}

a.active:link, a.active:visited
{
	color:#fff;
}

.link_black
	{
	color:#000;
	font-size:12px;
	font-weight:bold;
	}
.link_black TD
	{
	vertical-align:top;
	}
.link_black a:link, .link_black a:visited
	{
	color:#000;
	text-decoration:none;
	}
.link_black a:hover
	{
	text-decoration:underline;
	}

.content_area
	{
	padding:10px;
	}
.text_intro
	{
	font-size:14px;
	}

.classes_head
	{
	font-size:14px;
	}

.home_headline
	{
	color:#fff;
	margin:25px 0px 0px 185px;
	font-size:28px;
	}

.home_headline_2
	{
	color:#fff;
	margin:25px 0px 0px 337px;
	font-size:22px;
	}
	
.footer_text
	{
	margin-left:182px;
	margin-bottom:8px;
	font-size:8px;
	color:#f93;
	line-height:1.2;
	}
	
.footer_text a:link, .footer_text a:visited
	{
	color:#f93;
	text-decoration:none;
	}
.footer_text a:hover
	{
	text-decoration:underline;
	}
.sub_nav
	{
	color:#FFF;
	font-size:11px;
	line-height:1.2;
	font-weight:bold;
	}
.sub_nav a:link, .sub_nav a:visited
	{
	color:#900;
	text-decoration:none;
	}
.sub_nav a:hover
	{
	text-decoration:underline;
	}
.white_text
	{
	color:#FFF;
	}