@charset "utf-8";
body {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 30px;

}
a:hover {
	text-decoration: underline;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #FFCC00;
}
.navSecond {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 7pt;
	font-weight: normal;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	text-align: left;
	background-color: #FFE377;
	text-indent: 10px;
}
.logoImg {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-left: 10px;
}
.navLink {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #333333;
	letter-spacing: 0.2em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	letter-spacing: .4em;
	color: #80ADD6;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #AAC8E3;
}
