body, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height:14pt;
	color: #CCCCCC; 
}

a:link
{
	color:#DBC6A6;

}       /* unvisited link */

a:visited
{
	color:#DBC6A6;

}   /* visited links */

a:active
{
	color:#DBC6A6;
}    /* active links */


body {
	background-color: #000000;
}

.page_title {
	font-size: 19pt;
}

.section_titles {
	font-size: 15pt;
	margin-bottom: 10px;
	margin-top: 25px;
}

.sub_heading {
	font-size: 11pt;
	margin-top:10px;
}

.l_txt {
	float: left;
}

.r_txt {
	float: right;
}

div.image
{ 
	margin: 5px 0; 	
} 

div.caption
{
	font-size: 8pt;
}

div.clear
{
	clear: both;
}



#all_content {
	margin: 0 auto;
	top: 50px;
	height: 2560px;
	width: 700px;
	background-color: #141414;
}

#banner {
	margin: 0 auto;
	background-color: #CC9900;
	width: 690px;
	height: 50px;
	padding-left: 10px;
	padding-top: 25px;
	font-family: Eurostile, Arial, Helvetica;
	font-size: 36pt;
	color: #FFFFFF;
}

#header
{
	position: relative;
	top: 20px;
	width: 690px;
	left: 40px;
}

a:header.link
{
	font-family: Eurostile, Arial, Helvetica;
	font-size: 16pt;
	color:#FFFFFF;
}


#main_content {
	margin: 60px 80px 40px 40px;
	width: 620px;
	height:700px;
}

.small_text {
	font-size: 8pt;
}

.small_heading {
	font-size: 8pt;
	font-weight: bold;
}

.content_title {
	font-size: 10pt;
	font-weight: bold;
}

