body {
	background-color: #000000;
}
.main_back {
	background-attachment: scroll;
	background-image: url(images/main_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 18px;
}
.main_text_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}
.main_text2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #BA7C1B;
	font-style: italic;
}
a:link {
	color: #CC9933;
	text-decoration: none;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC9933;
	text-decoration: none;
}

