a {
	text-decoration: none;
	color: #FF00F0;
}
a:hover {
	color: #FF57F5;
}
.banner {
	border-bottom: 1px solid #000;
	height: 300px;
	background-position: top center;
	background-color: #000;
	background-repeat: no-repeat;
}
body {
	height: 100%;
	margin: 0px;
	background: #202020 url('/images/back.jpg') no-repeat center center fixed;
	font-family: verdana, arial, serif;
	font-size: 10pt;
	color: #FFF;
}
.container {
	margin: 10px;
}
html > body {
	height: 100%;
}
.footer {
	font-size: 8pt;
	text-align: right;
	margin: auto;
	margin-bottom: 0px;
	padding: 5px;
	clear: both;
}
.inpButton {
	color: #FF57F5;
	margin: 0px;
	margin: 5px 5px 0px 0px;
	font-size: 12pt;
	padding: 5px !important;
	padding: 3px;
	border: 1px solid #FF00F0;
	background-color: #770070;
}
.inpText, .inpTextL {
	background-color: #101010;
	border: 1px solid #FF00F0;
	color: #FFF;
	font-family: verdana, arial, serif;
	font-size: 10pt;
	width: 60%;
	margin-top: 3px;
}
.logo {
	width: 543px;
	height: 147px;
	float: right;
	background-image: url('/images/logo.png') !important;
	background-repeat: no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}
.menu {
	border-bottom: 1px solid #000;
	background: #202020;
	padding: 10px 0px;
}
.menu a, .menu span{
	margin: 10px;
	font-size: 10pt;
	padding: 5px;
	letter-spacing: 1pt;
}
.menu a:hover, .menu span{
	border: 1px solid #FF00F0;
	background-color: #770070;
	padding: 4px;
}
.menu span {
	border-color: #DD00D0;
	background-color: #660060;
	color: #DD00F0;
}
#pages {
	margin: 10px 0px 0px 3px;
}
#pages span {
	padding: 3px;
}
#pages a {
	padding: 3px;
}
#pages a:hover {
	padding: 2px;
	border: 1px #FF00F0 solid;
	background: #770070;
}
h2 {
	font-weight: normal;
	font-size: 12pt;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
}
form span {
	display: block;
}
