/*
 * Navigation StyleSheets
 * 08/11/04
 */
body {
	margin: 0px;
	padding: 0px;
}
a.nav {
	font-family: "Arial", Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #777777;
	line-height: 12pt;
}
a.nav:hover {
	text-decoration: underline;
}
a.activenav {
	color: #777777;
}
a.navred {
	font-family: "Arial", Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #0078C1;
	line-height: 12pt;
}
a.navred:hover {
	text-decoration: underline;
}
.largeblue {
	font-family: "Arial", Helvetica;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #0078C1;
	padding-top: 5px;
	padding-bottom: 10px;
}

