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

body {
	background-color: #333333;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.headline_style {
	font-size: 48px;
	font-weight: bold;
}
.headline24_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.headline36_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}



.whitetext_style {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #000000;
	vertical-align: middle;
}
ol {
	text-align: left;
	text-indent: 0px;
	white-space: normal;
	margin: 15px;
	padding: 5px;
	list-style-type: decimal;
}
a {
	color: #3399FF;
}
a:hover {
	color: #996600;
}