body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A0A0;
}
body {
	background-color: #333333;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #A0A0A0;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 {
                font-size: 14px;
}
.header {
	background-color: #e0e0e0;
	background: url(banner.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	color: #606060;
	height: 111px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	}
.menu {
	vertical-align: top;
	background-color: #000000;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #000000;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #A0A0A0;
	display: block;
	background-color: #000000;
        font-size: 12px;
	text-decoration: none;
}
.menu a:hover {
	background-color: #333333;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #E0E0E0;
	color: #606060;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.login a:hover {
	color: #003366;
	text-decoration: none;
}
.content {
	background-color: #000000;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.input {
	width: 95%;
	font-size: 10px;
}
.footer {
	background-color: #330000;
	background: url(footer.jpg);
	background-repeat: no-repeat;
	vertical-align: center;
	text-align: center;
	font-size: 10px;
	height: 40px;
}

