body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636467;
	text-decoration: none;
	font-weight: normal;
}
.newsTitle {
	font-weight: bold;
	color: #006752;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.emailLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #636467;
	text-decoration: underline;
}
.normalLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #636467;
	text-decoration: none;
}
.navigationLink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
}
.navigationLink:hover {
	font-weight: bold;
	color: #C6C8CA;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;

}
