<!--

body {
	background: white;
	color: #004;
}

.nav {
	background: #EEF;
	color: inherit;
}

.nav li.sfhover,
.nav li:hover {
	background: #CCF;
	color: inherit;
}

.mainNav ul {
	background: #CCF;
	color: inherit;
}

.mainNav ul li.sfhover,
.mainNav ul li:hover {
	background: #AAF;
	color: inherit;
}

a:link {
	color: #008;
	background-color: inherit;
}

a:visited {
	color: black;
	background-color: inherit;
}

hr {
	background-color: #004;
	color: inherit;
	background: url(graphics/lin_blue.gif);
	height: 10px;
	border: none;
}

-->
