body, div, p, blockquote, th, td, li {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
a {
	color: #000066;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #6A5733;
	background-color: transparent;
}
a:link {
	color: #000066;
	background-color: transparent;
}
a:active {
	color : #FF0000;
	background-color: transparent;
}
a:hover {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
}
/* top navigation style */
#top_nav {
	padding-top: 0px;
	padding-bottom: 2px;
}
a.top_link:link {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
a.top_link:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}
a.top_link:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
a.top_link:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #E5DBBF;
}
.nav_pipe {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 10px;
	border-bottom: 10px;
}
/* top navigation style */
.bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 11px;
	text-decoration: none;
}
.no_margins {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 100%;
	padding: 0;
	font-weight: bold;
	margin: 5px;
}
h2 {
	font-size: 15px;
	color: #000066;
	line-height: 100%;
	padding: 0;
	font-weight: bold;
	margin: 5px;
}
.justify {
	text-align: justify
}
.blue {
	color: #000066;
}
.credits {
	font-size: 11px;
	text-decoration: none;
}
