/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 18px;
	}
	
h1 {
	color: #CCCCCC;
	font-size: 20px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	color: #999999;
	font-size: 18px;
	font-weight:bold;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
h3 {
	color: #FFCD41;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
	
p {
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	}
	
a {
	color: #ff330c;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	}
	
a:hover {
	color: #ff4925;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	}
	
.mediaContainer_1 {
	width: 100%;
	}
	
.textContainer_1 {
	background-color: #262626;
	width: 800px;
	padding: 8px;
	border: #333333 1px solid;
	}
	
.textContainer_2 {
	background-color: #121212;
	width: 100%;
	padding: 12px;
	border-bottom: #FFCD41 dotted thick;
	border-top: #FFCD41 dotted thick;
	
	}
	
.textContainer_3 {
	background-color: #121212;
	width: 950px;
	padding: 18px;
	border-left: #ff330c dotted thick;
	border-right: #ff330c dotted thick;
	}
	
	
	
.textContainer_4 {
	width: 90%;
	padding: 8px;
	border-left: #131342 dotted thick;
	border-right: #131342 dotted thick;
	}
	
.textContainer_5 {
	background-color: #000033;
	width: 800px;
	padding: 8px;
	border: #333333 1px solid;
	}
	
.textContainer_6 {
	background-color: #121212;
	width: 950px;
	padding: 18px;
	border-left: #689dff dotted thick;
	border-right: #689dff dotted thick;
	}
	
#contentTable {
	background: url(images/background_pattern_1.jpg);
	background-position: top_left;
	background-repeat: repeat-y;
	}