﻿BODY{
	margin:0px;
	padding:0px;
	background: url("../imgs/bg.jpg") repeat-x;	
	background-color:#000000;
}

.content_div{
	width:680px;
	background-color:#262626;
	border:2px solid #3C3C3C;	
	
}

.content_div_left{
	float:left;	
	width:200px;
}

.content_div_right{
	float:left;
	text-align:left;
	width:470px;
	margin-left:5px;
}

.content_linkbar_text{
	font-family:Arial;
	font-size:13px;	
	font-weight:bold;
	color:#c96a35;
	text-decoration:underline;
	margin-bottom:2px;
	float:left;
}



.text_normal_subtitle{
	font-weight:bold;
	color:#FFFFFF;
	size:12px

}


.text_mid_nav{
	font-family:verdana;
	font-size:12px;
}

.header_div{
	border-left:2px solid #3C3C3C;
	width:680px;
	border-right:2px solid #3C3C3C;
	
}
.footer_div{
	border-left:2px solid #3C3C3C;
	width:680px;
	border-right:2px solid #3C3C3C;
	border-bottom:2px solid #3C3C3C;
}

.text_normal{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#E0E0E0;
	line-height:20px;
}
.text_normal2{
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
}

.text_blue{
	color:#0072a1;
	font-weight:bold;
	font-size:12pt;
	font-family:Arial;	
}

.text_orange{
	color:#d99509;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
	

}

.text_div{
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}


.text_input{
	border:1px solid #d99509;
	font-size:8pt;
	font-family:arial;
	font-weight:bold;
	color:#000000;
	background-color:#d99509;
}


a{
	text-decoration:none;
	color:#FFFFFF;
	
}

img{
	border:0;
}
