body {
	line-height: 1.3;
	text-align: justify;
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: small;
}
.barEntry {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #6633CC;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #9966FF;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	line-height: 1em;
	text-align: left;
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
}
.flyTint {
	background-image: url(images/flyTint2.jpg);
}
h2 {
	font-size: medium;
}
input {
	font-size: x-small;
}
select {
	font-size: x-small;
}
.equalHeading {
	font-weight: bold;
}
.question {
	font-weight: bold;
	font-style: italic;

}
.answer {
	color: #000000;
}
h3 {
	font-weight: normal;
	font-size: medium;
}
.smallPrint {
	font-size: x-small;
	font-style: italic;
}
.quote {
	font-style: italic;
}
.quoteAttr {
	font-size: x-small;
	font-weight: bold;
}
h4 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.classname {
	color: #333333;
	background-color: #CCCCFF;
	letter-spacing: 0.3em;
	margin-left: -1em;
	padding: 0.3em;
}
.classdate {
	padding: 1em;
	padding-top: 0px;
	border: 2px solid #CCCCFF;
	margin-bottom: 0.75em;
	background-color: #FFF;
}
ul.nav {
	list-style-type: none;
	margin-top: 1em;
}
ul.nav li {
	display: block;
	width: 19%;
	float: left;
	border-left: 1px black dotted;
}

ul.nav li.first {
	border-left: 0px;
}
blockquote
{
	font-size: 150%;
	color: #666;
	padding-top: 40px;
	margin-right: 20px;
	padding-bottom: 40px;
	margin-left: 20px;
}
blockquote p.smaller {
    font-size: 80%;
}
h1.postarrow {
	display: inline;
	text-transform: uppercase;
	font-size: 50px;
	color: #BBB;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	vertical-align: top;
}
