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

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
}


	img {
	border: none;
	text-align: center;
} 
a:hover {
	color: #CC3300;
}
a:active {
	color: #FFFFFF;
}
h1 {
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -.7em;
	}
h2 {
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	text-transform: uppercase;
	}
h3 {
	text-decoration: none;
	color: #EE7B00;
	margin-bottom: -0.9em;
	text-align: left;
}
h4 {
	text-decoration: none;
	color: #E77700;
	margin-bottom: -1em;
}

p {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

.content {
	background-color: #000000;
	padding: 10px;
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFFFFF;
}

