/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	text-align:left;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link{
	color: #999999;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
p,h1,h2,h3,pre,li {
	margin: 0px;
}

.highlight {
	color: #0099FF;
}
.bold {
	font-weight: bold;
}
.light {
	font-weight: normal;
}
.description {
	font-size: 11px;
	color: #999999;
}
.dark6 {
	color: #666666;
}
li {
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	color: #FF6600;
	font-size: 0.7em;
	margin: 0em 0px 0em 0px;
}

/***********************************************/
/* layout styles                               */
/***********************************************/ 

#frame {
	width:640px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	height: 5px;
	position: absolute;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -320px;
}
#header_1 {
	width:100%;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: solid #999999 1px;
}
#header_2 {
	width:100%;
	float: left;
	height: 40px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-image: url(/images/interface/header_2_bg.gif);
}
#section_1 {
	width:100%;
	float: left;
	height: 391px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#column_l {
	width:315px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#column_r {
	width:315px;
	float: right;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#section_2 {
	width:100%;
	float: left;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#section_3 {
	width:100%;
	float: left;
	height: 235px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sub_l {
	width:315px;
	float: left;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#sub_c {
	width:315px;
	float: right;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#footer {
	width:100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	border-top: solid #999999 1px;
}

/***********************************************/
/* Header specific styles                      */
/***********************************************/ 
#header_1 p {
	font-size:0.7em;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	margin: 0.4em 10px 0px 10px;
	padding: 0;
	font-weight: normal;
}
#header_1 a{
	color: #999999;
	text-decoration: none;
}
#header_2 p {
	font-size:18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px 0px 10px;
	font-weight: bold;
}
#section_2 h1 {
	font-size:12px;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 10px 5px 10px;
	padding: 0;
	line-height: 10px;
	font-weight: bold;
}
#section_2 p {
	font-size:11px;
	color: #CCCCCC;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	line-height: 1.4;
}
#section_3 h1 {
	font-size:12px;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 10px 5px 10px;
	padding: 0;
	line-height: 10px;
	font-weight: bold;
}
#section_3 p {
	font-size:11px;
	color: #CCCCCC;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 0;
	line-height: 1.4;
}
.feature_logo {
	vertical-align: text-bottom;
	display: inline;
	float: left;
	margin: 5px 10px 0px 10px;
}
#footer p {
	font-size:0.7em;
	color: #666666;
	text-align: left;
	margin: 0.3em 0px 0px 0px;
	padding: 0;
}
.feature_logo_2 {
	vertical-align: text-bottom;
	display: inline;
	float: right;
	margin: 5px 0px 0px 5px;
}
.feature_logo_3 {
	vertical-align: text-bottom;
	float: left;
	margin: 5px 0px 5px 5px;
}
.bold_Title {
	font-weight: bold;
	font-size: 12px;
}
