/* CSS Document */
.heading {
    color: #000066;
	font-weight: bold;
	font-family: "Arial";
	font-size: 24pt;
}
.subheadings {
font-family: "Arial"; color: #000066;
font-size: 18px
}
.bodytext {
	font-family: "Arial"; color: #000000; font-size:12px
}
.bodytextBold {
	font-family: "Arial"; color: #000000; font-size:12px; font-weight:bold
}
.bodytextBoldRed {
	font-family: "Arial"; color: #FF0000; font-size:12px; font-weight:bold
}
.greenheading {

    color: #339900;
	font-weight: bold;
	font-family: Arial;
	font-size: 24pt;
}
.taglineRed {

    color: #ff0000;
	font-weight: bold;
	font-family: "Eras Demi ITC";
	font-size: 20pt;
	font-style: italic.headingIndex
}
.Red18 {

	font-family: "Arial"; color: #FF0000; font-size:18px; font-weight:bold
}
.navigation {

	font-family: "Arial";
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #000066;
	display: block;
	background-attachment: fixed;
	padding-left: 8px;
}

