@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #c0c0c0;
	font-family: Verdana, Geneva, sans-serif;
}
#bluelinetop {
	margin: 0px auto;
	width: 980px;
	height: 47px;
	background-image: url(../images/blueline_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bluelinebottom {
	margin: 0px auto;
	width: 980px;
	height: 47px;
	background-image: url(../images/blueline_05.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bluelinemain1 {
	margin: 0px auto;
	width: 980px;
	height: 189px;
	background-image: url(../images/blueline_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bluelinemain2 {
	margin: 0px auto;
	width: 980px;
	height: 188px;
	background-image: url(../images/blueline_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bluelinemain3 {
	margin: 0px auto;
	width: 980px;
	height: 189px;
	background-image: url(../images/blueline_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#bluelinefooter {
	margin: 0px auto;
	width: 960px;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
#bluelinemenu {
	width: 940px;
	height: 24px;
	position: relative;
	left: 19px;
	top: 17px;
	font-size: 10.5px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
#bluelinemenu a {
	color: #ffffff;
}
#bluelinemenu a:hover {
	color: #ffffff;
}
#bluelinecontent {
	width: 570px;
	height: 542px;
	padding-right: 12px;
	position: relative;
	left: 24px;
	top: 12px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 13px;
}
.title1 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #014098;
}
a {
	color: #014098;
}