﻿body {
	background-color: #999999;
	padding: 0;
	margin: 0;
	color: #000;
}
td {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #e0e003;
	text-decoration: none;
}
.header {
	background-image: url('../img/header_bg.gif');
	width: 100%;
	height: 100px;
	background-color: #e5e5e5;
	position: relative;
 	z-index: -1;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 500px;
	left: 20px;
	height: .1px;
	top: -33px;
	position: relative;
	z-index: 1;
}
.navbar li {
	list-style: none;
	display: inline;
 	position: relative;
}
.navbar a {
	width: 100px;
	color: #e5e5e5;
	text-decoration: none;
	float: left;
}
.navbar a:hover { 
	color: #999;
}
.navbar a:active {
	color: #999;
}
.headerimg {
	margin: 0;
	background: url('../img/glass_bar.gif') repeat-x;
	height: 27px;
	width: 100%;
	top: -34px;
	position: relative;
	z-index: 2;
}
.shadow{
	border-right: 1px solid silver;
	font: 10pt arial;
	position: relative;
	display: inline;
	background:	white;
	z-index: 100
}
.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter: alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity: 0.1; /*firefox 1.5 opacity*/
	-moz-opacity: 0.1; /*mozilla opacity*/
	-khtml-opacity: 0.1; /*opacity*/
	z-index: 10
}
.main {
	margin: 0;
	background: #fff;
	border-width: 7px; 
	border-color: silver;
	border-style: double;
	border-top-style: none;
	border-bottom-style: none;
	height: 600px;
	width: 90%;
	top: -34px;
	position: relative;
}
.form {
	margin: 0;
	padding: 0;
	background: #000000 url('../img/inputbg.gif');
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom-color: gray;
	border-right-color: silver;
	position: relative;
}
.footer_bar { 
	height: 15px;
	background-image: url(../img/footer_bar.gif);
	background-repeat: repeat-x;
	top: -34px;
	position: relative;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 60px;
	top: -34px;
	left: -6px;
	position: relative;
	z-index: 1;
}
.footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	left: 40px;
 	top: -14px;
 	position: relative;
}
.footer li {
	list-style: none;
	display: inline;
 	position: relative;
}
.footer a {
	width: 90px;
	color: #e5e5e5;
	text-decoration: none;
	float: left;
}
.footer a:hover { 
	color: #999;
}
.footer a:active {
	color: #999;
}