@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #333333;
}
ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
.clear {
	line-height: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
}
.l {
	float: left;
}
.r {
	float: right;
}
.owner {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}


.headline {
	line-height: 24px;
	height: 24px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_line_png.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 6px;
	padding-left: 6px;
	color: #333333;
}
.headline a {
	color: #333333;
}

.log {
	height: 70px;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

.conts {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	float: left;
	width: 656px;
	line-height: 28px;
	height: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CEE2FB;
	border: 1px solid #C2C2C2;
	margin-bottom: 3px;
}
.nav td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	text-align: center;
}
.nav td a:hover{
	color:#ffffff;
}
.nav .one {
	position: relative;
}
.nav .one a {
	display: block;
	line-height: 28px;
	height: 28px;
	width: 105px;
	font-weight:bold;
}
.nav .one a:hover {
	color: #ffffff;
	font-weight:bold;
	background-color: #A11518;
}


.nav .second {
	position: absolute;
	left: 0px;
	top: 28px;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	background-color: #CEE2FB;
	font-weight:bold;
	display: none;
}

.nav .second a {
	display: block;
	height: 28px;
	width: 172px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	background-color: #CEE2FB;
	font-weight:bold;
	padding-left: 28px;
	text-align: left;
}
.nav .second a:hover {
	background-color: #A11518;
	color: #ffffff;
	font-weight:bold;
}

.nav .selected {
	display: block;
	height: 28px;
	line-height:28px;
	width: 105px;
	background-color: #A11518;
	color: #ffffff;
	font-weight:bold;
}
.nav  .unselected  {
	color: #333333;
	display: block;
	height: 28px;
	width: 105px;
	line-height: 28px;
	background-color: #CEE2FB;
	font-weight:bold;
}


.cop {
	height: 23px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFD6E0;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD6E0;
	padding-top: 9px;
	padding-bottom: 9px;
}
.cop .footer {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
}

