/* CSS Document */

.news {
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.newnav {
	display: block;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	padding: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	font-family: "Default Font";
	text-decoration: none;
	color: #000000;
}


.newnav:hover {
	display: block;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-image: url(Images/navhover.jpg);
}

.sublinks{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	font-size: 14px;
	color: #0000FF;
	width: 92px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	font-family: Arial, Helvetica, sans-serif;
}

