a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#indexLink {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-top: solid 2px #777777;
	border-bottom: solid 2px #777777;
}
#indexLink a {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	display: block;
}
#indexLink a:visited {
	text-decoration: none;
	height: 27px;
	width: 120px;
}
#indexLink a:hover {
	background-color: #78A22F;
	text-decoration: none;
	height: 27px;
	width: 120px;
	color: #000000;
}

#active{
	background-color: #78A22F;
	color: #FFFFFF;
}
.newsList a:link,.newsList a:visited {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.newsList a:hover {
	color: #000000;
	text-decoration: none;
}

.newsList {
	line-height: 170%;
}
.newsList p {
	margin: 0px;
	padding: 0px 5px;
	text-transform: uppercase;
}
