/* CSS Document */

a:link {
	color: #E859AE;
	text-decoration: none;
}
a:visited {
	color: #E859AE;
	text-decoration: none;
}
a:hover {
	color: #3A3F91;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	color: #464646;
	font-size: 12px;
}
p,h1,h2,h3,h4,form {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #head {
}
#head #btn1 {
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 750px;
}
#head #btn1 h1 {
	float: left;
	margin-top: 12px;
}
#head #btn1 #mou {
	float: right;
	margin-top: 38px;
}
#head #btn1 #mou img {
	margin-left: 5px;
}

#head #btn1 #net {
	clear: both;
	width: 740px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	height: 32px;
}
#head #btn1 #net img {
	margin-right: 5px;
}

#head #btn2 {
	clear: both;
	width: 750px;
	padding-bottom: 6px;
	background-color: #3A3F91;
	height: 36px;
}
#btn2 ul {
	margin: 0px;
	padding: 0px;
	width: 750px;
	list-style-type: none;
}
#btn2 li {
	float: left;
}
#main {
	background-color: #3A3F91;
}
#foot {
	padding-bottom: 15px;
	background-color: #3A3F91;
	clear: both;
	padding-top: 10px;
}
#foot address {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	line-height: 110%;
}
.noline table, .noline th, .noline td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dm {
	clear: both;
	height: 1px;
	width: 706px;
}
