/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements.*/

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFFFF;
}
p {  color: #CC0000;
}
.content {  font-family: Arial, Helvetica, sans-serif; color: #000033;
}
.white {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;
}
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000;
}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000;
}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000033;
}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000;
}
.whiteNAV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
	background-color: #CC0000;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}
.bannerbkgr {
	background-color: #000033;
}
body {
	background-color: #FFFFFF;
}

DIV#horizline3 {
	height: 3px;
	width: 100%;
	background-color: #CC3300;
}

DIV#horizline4 {
	height: 5px;
	width: 100%;
	background-color: #CC3300;
}

DIV#HomeLink {
position:absolute; visibility:visible; width:500px; height:22px; z-index:1; left: 9px; top: 15px;
}
