body {
	margin: 0px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding: 10;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a.disclaimer:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
a.disclaimer:visited {
	color: #FF0000;
	text-decoration: none;
}
a.disclaimer:hover {
	color: #969CA3;
}
