@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Century Gothic, Verdana, Arial, helvetica;
}

#content {
	position:absolute;
	left:-450px;
	margin-left:50%;
	width: 960px;
	visibility: visible;
	top: 35px;
}

.text1 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.text2 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 12px;
	color: #A0CE67;
}

.text3 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.text4 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 16px;
}

.text5 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 18px;
	color: #A0CE67;
	font-weight: bold;
}

.text6 {
	font-family: "Century Gothic", Verdana, Arial, helvetica;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 12px;
}

a:link {
	color: #A0CE67;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A0CE67;
}
a:hover {
	text-decoration: none;
	color: #A0CE67;
}
a:active {
	text-decoration: none;
	color: #A0CE67;
}
