@charset "utf-8";
body {
	background-color: #4b5e6f;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td{
	line-height: 20px;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #000099;
	text-decoration: underline;
}
.logo{
	margin-top: 40px;
	margin-left: 40px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main{
	background-image: url(images/bg-2.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.bg{
	background-image: url(images/bg-02.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.ad{
	margin-right: 20px;
	margin-left: 20px;
}
.cont{
	margin-right: 20px;
	margin-left: 20px;
}
.menu{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d8d8;
	border-bottom-color: #85843f;
	line-height: 31px;
	background-color: #b7bd00;
	height: 31px;
	margin-right: 20px;
	margin-left: 20px;
}
.menu li {
	display: block;
	float: left;
	font-family:  Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3px;
}
.menu  li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a:hover {
	color: #262159;
	text-decoration: none;
}
.title{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
 .green{
	color: #b7bd00;
}
.line_x{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

