.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : normal;
	color : #CC0000;
}

.sectionHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : normal;
	color : #009900;
}

.pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : black;
}
.italicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : italic;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
}

.smallTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : red;
}

.siteFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
}

.newsHead {
        width : 13%;
        align : center;
        valign : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : white;
	background : crimson;
}

.newsRow {
        width : 7%;
        align : center;
        vlign : center;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size : 8pt;
 	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : white;
	background : #FFFFF0;
}

.tableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	color : white;
	background : black;
}

.tableRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
	background : white;
}

.tableRowAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color : black;
	background : #FFFFCC;
}

