body {
	background: #FFDEFF url('images/bgrep.jpg') repeat-x center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}

#position {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#page {	
	
	background: #000;
	margin-left: -350px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 700px;
	height: 500px;
	visibility: visible
	border: 1px solid #ccc;
}

#page2 {
	background: #000;
	width: 700px;
	height: 500px;
	margin: 0 auto;
}


#page3 {
	background: #000;
	width: 800px;
	margin: 0 auto;
}

#page4 {
	background: #000;
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
}

#menu{
	clear: both;
	background: #000 url('images/menurep2.gif') repeat-x center;
	height: 25px;
	width: 800px;
}


#footer {
	width: 700px;
	clear: both;
	margin-top: 10px;
}


p, legend, label {
	font: normal 10pt BankGothicBT-Medium, sans-serif;
	color: #000;
	margin-left: 5px;
}

.menutext {
	font: normal 14pt BankGothicBT-Medium, sans-serif;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

ul {
	font: normal 10pt BankGothicBT-Medium, sans-serif;
	color: #fff
}

ol {
	font: normal 10pt BankGothicBT-Medium, sans-serif;
	color: #fff
}

li {

	list-style-position: outside;
	line-height: 1.1;
}

h1 {
	font: normal bold 16pt BankGothicBT-Medium, sans-serif;
	color: #fff;

}

h2, h3, h4, h5 {
	font: normal bold 12pt BankGothicBT-Medium, sans-serif;
	color: #fff;
}



.menutext a:link {
	color: #fff;
	text-decoration: none;
}

.menutext a:visited {
	text-decoration: none;
	color: #fff;
}

.menutext a:hover {
	color: #fff;
}


.footer1 a:link {
	color: #000;
	text-decoration: none;
}

.footer1 a:visited {
	text-decoration: none;
	color: #000;
}

.footer1 a:hover {
	color: #000;
}






a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

input, textarea {
	font: normal 10pt arial;
	color: white;
	background-color: black;
	border: 1px solid #cccccc;
}