@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	font-size: 12px;
	background-color: #101010;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 16px;
}
.wrapper h1 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
.style2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
}
.style3 {
	color: #FF9900; 
	font-weight: bold; 
}
.style4 {
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #444444; 
}
.style5 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCCCCC; 
	font-size: 12px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.style7 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
