@charset "utf-8";
/* CSS Document */
body {
	background-color: #808000;
}
html {
    overflow-y: scroll;
}
.container {
	width:1040px;
	margin: 0 auto;
	border:#666600 solid 1px;
	height:auto;
	overflow:auto;
}
a {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
p a {
	border: transparent 0px;
	box-shadow: 0px 1px 0px #333;
}
li {
	float: left;
	display: block;
	width: 250px;
	border-bottom:#cccc00;
	border-bottom-style:solid 1px;
	font-variant: small-caps;
	font-size:12px;
}
a:hover, ul a:active, ul a:focus {
	font-style: normal;
	font-weight: normal;
	color: #cccc00;
}
.copyright {
	float:center;
	width: 1016px;
	margin: 0 auto;
	padding-top: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: center;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	margin-top:0px;
}
.content_3 table {
	margin-left: -7px;
	border-collapse:collapse;
}
.content_3 table td {
	text-align:left;
	padding-left:5px;
	width:123px;
	vertical-align:top;
}
.content_3 table tr:hover {
	background-color: #cccc00;
}
