@charset "utf-8";
/* CSS Document */
.archivetxt {
	font: 16px Georgia;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 5px;
}
.archivetxt2 {
	font: 16px Georgia;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.highlinepanel {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 500px;
}
.hl_archive {
	float: right;
	width: 180px;
	background: url(../siteimages/na_bar.jpg);
	height: 350px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 50px;
}
/* LINKS ---------------------------------- */
a.newslink:link, a.newslink:visited, a.newslink:active {
	font-family: "Times New Roman";
	color: #F90;
	text-decoration: none;
}
a.newslink:hover {
	color: #FFF;
	text-decoration: underline;
}
a.newsnav:link, a.newsnav:visited, a.newsnav:active {
	font-size: 14px;
	color: #600;
	text-decoration: none;
}
a.newsnave:hover {
	color: #FF9;
	text-decoration: underline;
}
