body { 
	margin: 0px;
	background-color: #000;
}

a
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #FFA800;
		text-decoration: none;
	}

a:visited
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #FFA800;
		text-decoration: none;
	}

a:hover
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #FFA800;
		text-decoration: underline;
	}
	
img{
	border: 0px;
}
	
.copy_white
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #FFFFFF;
	}
	
.copy_body
	{
		font-family: verdana, arial, geneva;
		font-size: 11px;
		color: #D9D9D9;
		line-height: 2.0em;
	}
	
.copy_grey
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #9B9B9B;
		line-height: 1.6em;
	}
	
.copy_orange
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #FFA800;
		line-height: 1.6em;
	}
	
a.copy_grey
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #9B9B9B;
		text-decoration: none;
	}
	
a.copy_grey:visited
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #9B9B9B;
		text-decoration: none;
	}
	
a.copy_grey:hover
	{
		font-family: verdana, arial, geneva;
		font-size: 10px;
		color: #9B9B9B;
		text-decoration: none;
		border-bottom: 1px solid #FFA800;
	}
	
.copy_grey-9px
	{
		font-family: verdana, arial, geneva;
		font-size: 9px;
		color: #6E6E6E;
		line-height: 1.6em;
	}
	
.list
	{
		list-style: solid square;
		margin-left: 15px;
	}	
	
li
	{
		list-style: solid square;
	}	
	
.input_text{
	padding: 2px;
	width: 115px;
	height: 18px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EAEAEA;
}	
	
.input_text2{
	padding: 2px;
	width: 100px;
	height: 18px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EAEAEA;
}		
	
.input_select{
	font-family: verdana,arial;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EAEAEA;
}
	
.input_textarea{
	padding: 2px;
	width: 200px;
	height: 114px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #EAEAEA;
}

.button{
	background-color: #FFFFFF;
	font-family: arial,verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #FFA800;
	border-right: 1px solid #FFA800;
	padding: 5px;
}

.footer{
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial, geneva;
	font-size: 9px;
	color: #9B9B9B;
	text-align: center;
}

.background{
	background-image: url(images/bg_1.gif);
	background-repeat: repeat-x;
	background-color: black;
}

.bg_banner{
	background: url(images/bg_banner.gif) repeat-x center;
}

.bg_modules{
	background-image: url(images/bg_module.gif);
	background-repeat: repeat-x;
	background-color: #1b1b1b;
}

.bg_sub{
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-x;
	background-color: #010101;
	padding-bottom: 1px;
}

.bg_modsub{
	background-color: #2C2C2C;
}
	
.nav_sub{
	display: block;
	background-color: #515151;
	border-left: 18px solid #FFA800;
	height: 20px;
	width:185px;
	text-align: center;
	padding: 11px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #9B9B9B;
}
	
a.nav_sub{
	display: block;
	background-color: #515151;
	border-left: 18px solid #FFA800;
	height: 20px;
	width:185px;
	text-align: center;
	padding: 11px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #9B9B9B;
	text-decoration: none;
}
	
a.nav_sub:visited{
	display: block;
	background-color: #515151;
	border-left: 18px solid #FFA800;
	height: 20px;
	width:185px;
	text-align: center;
	padding: 11px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #9B9B9B;
	text-decoration: none;
}
	
a.nav_sub:hover{
	display: block;
	background-color: #8A8A8A;
	border-left: 18px solid #FFA800;
	height: 20px;
	width:185px;
	text-align: center;
	padding: 11px;
	font-family: verdana,arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.body_padding{
	padding:30px;
}

.table_header{
	background-color: #676767;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}