/* CSS Document */

.links {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.links:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #b00a02;
	text-decoration: underline;
}

.newslinks {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.newslinks:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #b00a02;
	text-decoration: underline;
}

.newslinks2 {
	font-family: Arial;
	font-size: 12px;
	font-style: inherit;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
}

.newslinks2:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #575757;
	text-decoration: underline;
}

.sitemenulinks {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.sitemenulinks:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #b00a02;
	text-decoration: none;
}

