/* CSS Document */

.heading_text {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92B63C;
}

.subheadingheading_text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6BA4D7;
}

.latestnewsheading_text {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6BA4D7;
}

.names {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6BA4D7;
}

.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D7432;
}

.table_headings {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D7432;
}

.table_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2D7432;
}


.latestnews_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6BA4D7;
}


.footer_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.rightlinks {
	font-size: 12px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #92B63C;
}
.rightlinks:link {
	text-decoration: none;
}
.rightlinks:visited {
	text-decoration: none;
}
.rightlinks:hover {
	text-decoration: none;
	color: #6BA4D7;
}
.rightlinks:active {
	text-decoration: none;
}