@charset "utf-8";
body {
	margin: 0px;
	background: url(images/template/main_bg.gif);
}
.banner_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	text-decoration: none;
}
.menu {
	background: url(images/template/menu_bg.gif);
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
	border-right: 1px solid #898989;
}
.menu td a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding: 5px;
}
.main {
	background: #fff;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.main td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.main a, .main td a{
	color: #4f6c95;
	text-decoration: none;
}
h1 {
	color: #4f6c95;
	font-weight: normal;
	border-bottom: 2px solid #9f9f9f;
	font-size: 17px;
}
.footer {
	border: 1px solid #898989;
	background: url(images/template/footer_bg.gif);
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 5px;
}
.footer a {
	color: #444;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.error {
	color: #c00;
	font-weight: bold;
}