@charset "utf-8";
.style1 {color: #FFFFFF}
body {
	font-size: 14px;
	line-height: 18px;
	color: #525252;
	margin: 0;
	background: #EAEDF2;
}
h1 {
	font-size: 14px;
	color: #3D4B63;
	padding: 5px;
	border: thin solid #98A7C0;
}
h2 {
	font-size: 14px;
	color: #3D4B63;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5B7195;
}
.navititle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4B5E7A;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
}
a:link {
	color: #3D4B63;
	text-decoration: none;
}
a:visited {
	color: #3D4B63;
	text-decoration: none;
}
a:hover {
	color: #DEE3EB;
	text-decoration: none;
}
