@charset "utf-8";
/* CSS Document */

#nav a {
	color: black;
	text-decoration: none;
	padding-left: 14px;
}

#nav a:hover {
	color: #990000;
	background: url(images/selarrow.gif) left center no-repeat;
}

#header a {
	color: black;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

#header a:hover {
	background: none;
	color: #eeeeee;
	text-decoration: underline;
}

#contentBody a {
	color: #990000;
	text-decoration: underline;
}

#contentBody a:hover {
	color: black;
	text-decoration: underline;
}
