@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	color: #231f20;
}
body {
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #231f20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #231f20;
}
a:hover {
	text-decoration: none;
	color: #D10019;
}
a:active {
	text-decoration: none;
	color: #231f20;
}
.top{
	width:990px;
	height:105px;
}
.head{
	width:890px;
	height:105px;
	float:left;
	background-image:url(images/dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.headright{
	width:100px;
	height:105px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
}
.bottom{
	width:990px;
	min-height:600px;
}
.menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	clear:both;
	width:200px;
	min-height:600px;
	float:left;
}
.content{
	width:520px;
	min-height:570px;
	float:left;
	padding-top:25px;
	padding-left:15px;
	padding-right:50;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/dot.png);
	background-repeat:repeat-y;
	background-position:left;
}
.redlog{
	color: #D10019;
	font-weight:bold;
	font-size:18px;
}
.redtext{
	color: #D10019;
}
.footer{
	clear:both;
	width:990px;
	height:10px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
-->