body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
hr {
	height: 1px;
	color: #FF9933;
	background-color: #FF9933;
	}
h1 {
	font-size: 18px;
	color: #FF9933;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 800px;
	height: 600px;
	background-color: #ffffff;
	border-left: 1px solid #FF9933;
}
.header {
	height: 63px;
	background-color: none;
}
header img {
	border: 1px solid #999999;
}
.content {
	padding: 10px 0px 0px 20px;
	background-color: #FFFFFF;
	height: 550px;
	vertical-align: top;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 155px;
    background-image: url(link.gif);
    background-repeat: no-repeat;
}
.menu_current {
    padding: 3px 0px 0px 0px;
	vertical-align: top;
	width: 155px;
    background-image: url(link_current.gif);
    background-repeat: no-repeat;
}

.menu ul, .menu li {
	list-style-type: none;
	background-color: #ffffff;
	border-bottom: 1px solid #FF9933;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 3px 10px 3px 10px;
	color: #000000;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	color: #FF9933;
	text-decoration: none;
}
.login a:link, .login a:visited, .login a:active {
	display: block;
	background-color: #FFFFFF;
	padding: 0;
}
.login input {
	font-size: 10px;
}
.current {
	font-weight: bold;
}
.footer {
    padding-left: 10px;
	font-color: #000000;
	background-image: url(footer.png);
    background-repeat: no-repeat;
	border-bottom: 1px solid #FF9933;
	border-top: 1px solid #FF9933;
	height: 20px;
	vertical-align: middle;
	text-align: middle;
}