/* CSS Document */

.headings {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
}

.subheadings {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
}

.quotes {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
}


.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

.footer_text {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

.footerlinks {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.footerlinks:link {
	text-decoration: none;
}
.footerlinks:visited {
	text-decoration: none;
}
.footerlinks:hover {
	text-decoration: underline;
	color: #000000;
}
.footerlinks:active {
	text-decoration: none;
}



.links1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.links1:link {
	text-decoration: underline;
}
.links1:visited {
	text-decoration: underline;
}
.links1:hover {
	text-decoration: none;
	color: #CC0000;
}
.links1:active {
	text-decoration: none;
}