body {
	font-family: Georgia, "Times New Roman", Times, "New York", serif;
	background: white;
	color: black
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
}

h1.LinkHeader, h2.LinkHeader, h3.LinkHeader { margin-bottom: -18 }

h4 {
	margin-bottom: 0.5em
}

h5 {
	margin-bottom: -.8em;
}


hr {
	color: gray
}

input {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

a:link		{ color: #006699 }
a:visited	{ color: purple }
a:active	{ color: #cc0000 }
a:hover		{ color: #cc0000 }

/*

Because HTML 4.0 strict does not include the border attribute for images we turn it off with a style
but this totally messes up Navigator 4.7 so we can't use it.

a:link img, a:visited img, a:active img {
	border: none
}
*/

/* have list items flush left against lists in a side bar use this style */
ul.FlushLeft {
	margin-left: 1.25em;
	list-style-position: outside
}

.NavBar {
	background-color: #66ccff;
	border-color: #006699;
	border-style: none none solid none;
	border-width: 2px;
}

.NavBar-Cell {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 79%;
}

.SideBar {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	padding: 8px;
}

/* color scheme */
.Zip		{ color: #006699; }
