/* CSS Document */


body {
	background-color: #FFFFFF;
}


.body_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	size:12;
	font-size: 12px;
}

h1{
	font-family: "Century Gothic";
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
		font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #ffffff; background-color: #FF6600;;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #DF9E26;
	font-weight:bold;
}

a.body_links:link{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}

a.body_links:hover{
	color: #BBB309;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}

a.body_links:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	color:#666666;
}

a.body_links:active{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}

.contact {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight:bold;
}

.style9 {
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 10px;
}

.style10 {
	color: #999999;
	font-family: "Century Gothic";
	font-size: 12px;
}

.address {
	color: #999999;
	font-family: "Century Gothic";
	font-size: 10px;
}

.style11 {color: #FF6600
}


.table_head {
	color: #FFFFFF;
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	background:#36080A; width:100%;
	}