/* CSS Document */

.headerposition {
	position: absolute;
	visibility: visible;
	height: auto;
	width: 347px;
	left: auto;
	top: 2px;
	right: -2px;
	bottom: auto;
	z-index: 0;
}
.centered {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 1px;
	width: 50%;
	height: 75%;
	margin: auto;
	z-index: -1;
} 
.bottomcorner {
	position: absolute;
	visibility: visible;
	left: 5%;
	bottom: 10%;
}
.lowerbottomcorner {
	left: 2%;
	bottom: -12px;
	position: absolute;
}
.textcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC;
	position: absolute;
	visibility: visible;
	left: 300px;
	top: 35%;
	right: auto;
	height: auto;
	width: 500px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFcc;
	text-decoration: none;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-color: #000000;
	outline-color: #000000;
}
a:link {
	color: #FFFFcc;
	text-decoration: none;
}
a:visited {
	color: ffffcc;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: ffffcc;
	text-decoration: none;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.style3 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffcc;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
}	
.copyright {
	left: 50%;
	right: 50%;
	bottom: 5%;
}
.style5 {
	font-size: 10px;
	color: #009900;
}
.style6 {
	font-size: 8px;
	font-weight: bold;
	color: #ffffcc;
}
.style7 {
	font-size: 10px;
	font-weight: bolder;
	color: #F00;
}
