@import url("custom.css");

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
hr {
	height: 1px;
	color: #336699;
	background-color: #336699;
	border: 0;
}

.main {
	width: 800px;
	border: 1px solid #003366;
}
.header tr {
	background-color: #003366;
	padding: 0;	
}	
.header td {
	background-color: #003366;
	height: 90px;
}
.menu {
	width: 160px;
	vertical-align: top;
	background-color: #F8F8F8;
	background-image: url(menu2.gif);
	background-repeat: repeat-y;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 4px;
	padding-left: 8px;
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.menu a:hover {
	color: #336699;
	text-decoration: none;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
}
.current a, .current a:link, .current a:visited, .current a:active {
	font-weight: bold;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.login {
	border: 1px solid #003366;
	background-color: #FFFFFF;
	width: 120px;
	padding: 5px;
}
.login td {
	font-size: 10px;
}
.login input {
	font-size: 10px;
	width: 100px;
	margin-bottom: 2px;
}
.content {
	padding: 15px;
	vertical-align: top;
	text-align: left;
	height: 300px;
}
.footer {
	width: 800px;
}
.footer td {
	border-top: 1px solid #003366;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
}
