@charset "utf-8";
body {
	font-size: 14px;
	line-height: 18px;
	background-color: #E1FFFF;
	margin: 0px;
	color: #4C4C4C;
}
.navititle {
	font-size: 16px;
	background-color: #29A5AF;
	clip: rect(auto,-5px,auto,-5px);
	font-weight: bold;
	color: #FFFFFF;
	margin-right: -10px;
	margin-left: -10px;
	text-align: center;
}
h1 {
	font-size: 16px;
	color: #29A5AF;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #29A5AF;
	border-right-color: #29A5AF;
	border-bottom-color: #29A5AF;
	border-left-color: #29A5AF;
}
h2 {
	font-size: 16px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #207E86;
}
a:link {
	font-size: 16px;
	font-weight: normal;
	color: #186369;
	text-decoration: none;
}
a:visited {
	color: #186369;
	text-decoration: none;
}
a:hover {
	color: #C6C6C6;
	background-color: #FFFFFF;
	text-decoration: none;
}

