
body {
	color: white;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-color: black;
	line-height: 20px;
	width: auto;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: white;
}

h2 {
	font-size: 15px;
	font-weight: normal !important;
}

hr {
	color: #555555;
	height: 1px;
}

.container {
	background: url("../images/content_repeat.jpg");
	background-position: top;
	background-repeat: repeat-y;
	width: 1000px;
	text-align: center;
}

.header {
	width: 1000px;
	height: 309px;
	background: url("../images/header2.jpg") no-repeat;	
}

.navigation {
	background: url("../images/navigation.jpg") no-repeat;
	width: 1000px;
	height: 40px;
	background-color: black;
	text-align: left;
	padding-left: 207px;
	padding-right: 98px;
}



.footer {
	background: url("../images/footerbg.jpg") no-repeat;
	height: 26px;
	text-align: left;
	
}

.navigation a {
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: bold;
}

.navigation a: link {
	color: #FFFFFF;
}

.navigation a: visited {
	color: #FFFFFF;
}

.navigation a:hover, .navigation a:active {
	color: #999999;
}


a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;	
}

a:link {
	color: #FFCC00;
	font-weight: bold;	
}
a:visited {
	color: #FFCC00;
	font-weight: bold;	
}
a:hover {
	color: white;
	font-weight: bold;	
}
a:active {
	color: #FFCC00;
	font-weight: bold;	
}

