/* CSS Document */
body {
	background-color: #B8B76f;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
A {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-variant: small-caps;
	text-decoration: none;
}

.styleredbrown {
	background-color: #5F1901;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.styleblack {
	background-color: #000000;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.copyright {
	color: #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
}