/* CSS Document */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2 px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #a8e71c;
	text-decoration: none;
	padding: 2 px;
}

.bottomLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.moreLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.bullets:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.heading {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: none;
	color: #494949;
	text-decoration: none;
}

.heading2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: none;
	color: #494949;
	text-decoration: none;
}


.paraStart {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

.mainText {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	color: #494949;
	text-decoration: none;
}

.newsText {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: none;
	color: #494949;
	text-decoration: none;
}

.newsHeading {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	color: #3a7cc4;
	text-decoration: none;
}
