body {
	background-color: #009A9C;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
#nav a:hover {
	color: #FFFFCC;
}
#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#bodytext a {
	color: #0F6AB6;
	font-weight: bold;
	}

#bodytext a:hover {
	color: #54385C;
	font-weight: bold;
	}

.caption {
	font-size: 10px;
	color: #990000;
}

h1 {
	font-size: 22px;
	color: #0F6AB6;
	}
h2 {
	font-size: 18px;
	color: #0F6AB6;
	}
h3 {
	font-size: 18px;
	color: #0F6AB6;
	}
h4 {
	font-size: 16px;
	color: #76883A;
	}
h5 {
	font-size: 14px;
	color: #7D548A;
	}
h6 {
	font-size: 12px;
	color: #0F6AB6;
	}
.olive {
	color: #76883A;
	}
.teal {
	color: #46777E;
	}
.purple {
	color: #54385C;
	}
.blue {
	color: #0F6AB6;
	}
.turquoise {
	color: #68A5B2;
	}
.alpha {
	list-style-type: lower-alpha;
	}

.olive_large {
	color: #76883A;
	font-size: 16px;
	}
.teal_large {
	color: #46777E;
	font-size: 16px;
	}
.purple_large {
	color: #54385C;
	font-size: 16px;
	}
.blue_large {
	color: #0F6AB6;
	font-size: 16px;
	}
.turquoise_large {
	color: #68A5B2;
	font-size: 16px;
	}

