@charset "utf-8";

html {
	overflow: auto;
}
body {
	background-color: #001346;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
img {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.noborder   {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}



a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF33;
}
a:active {
	color: #F1EE09;
}
#footer a {
}


#box {
	background-image: url(pic/back.gif);
	background-repeat: no-repeat;
	height: 657px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	margin-top: 30px;
}

#head {
	background-image: url(pic/head.jpg);
	background-repeat: no-repeat;
	height: 131px;
}
#menu {
	width: 199px;
	height: 508px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	float: left;
	line-height: 14px;
}
#menu a {
	text-decoration: none;
}



#content {
	width: 660px;
	height: 508px;
	float: right;
	overflow: auto;
	padding-top: 10px;
}
.inner {
	margin-right: 28px;
	text-align: justify;
	line-height: 18px;
}
.scrollbar {
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #1C3984;
	scrollbar-face-color: #1C3984;
	scrollbar-highlight-color: #1C3984;
	scrollbar-shadow-color: #1C3984;
	scrollbar-track-color: #1C3984;
	filter:chroma(color=#1C3984);
	}
.colorpick {
	color: #233F88;
}
#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.activa     {
	color: #FFFF00;
}
.activa a {
	color: #FFFF00;
}

