.TITLE {
	font-size: 14pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}

.HEADING {
	font-size: 12pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}

.SUBHEADING {
	font-size: 10pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}

.ITEMS {
	font-size: 10pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}

.ONITEMS {
	font-size: 10pt;
	color: TEAL;
	font-family: "arial", "helvetica", sans-serif;
}

.TEXT {
	font-size: 10pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}

.HIGHTEXT {
	font-size: 10pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}

.PAGES {
	font-size: 8pt;
	color: MIDNIGHTBLUE;
	font-family: "arial", "helvetica", sans-serif;
}
.PAGESBLACK {
	font-size: 8pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}

.PAGESLINK {
	font-size: 8pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
}


.FOOTER {
	font-size: 8pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}

.FOOTERLINK {
	font-size: 8pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
}



A:link {
	font-size: 10pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
	text-decoration:none;
}


A:visited {
	font-size: 10pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
	text-decoration:none;
}

A:active {
	font-size: 10pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
	text-decoration:none;
}


LI {
	font-size:10pt;
	color: CRIMSON;
	font-family: "arial", "helvetica", sans-serif;
	type: disc;
}

SELECT {
	font-size:9pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}

INPUT {
	font-size:7pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}

BUTTON {
	font-size: 8pt;
	color: BLACK;
	font-family: "arial", "helvetica", sans-serif;
}
