.largeFontBlue {
	COLOR: #333366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}
a.largeFontBlue:link {  color: #333366; text-decoration: none}
a.largeFontBlue:visited {  color: #333366; text-decoration: none; }
a.largeFontBlue:hover {  color: #FFCB33; text-decoration: none; }

.smallFont {
    COLOR: #B9002F;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}
a.smallFont:link {  color: #B9002F; text-decoration: none}
a.smallFont:visited {  color: #B9002F; text-decoration: none; }
a.smallFont:hover {  color: #CC0033; text-decoration: none; }

.medFont {
	COLOR: #B9002F;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a.medFont:link {  color: #B9002F; text-decoration: none}
a.medFont:visited {  color: #B9002F; text-decoration: none; }
a.medFont:hover {  color: #B9002F; text-decoration: none; }

.largeFont {
    COLOR: #B9002F;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}
a.largeFont:link {  color: #CC0033; text-decoration: none}
a.largeFont:visited {  color: #CC0033; text-decoration: none; }
a.largeFont:hover {  color: #CC0033; text-decoration: none; }

.smallFontBlue {
	COLOR: #333366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
}
a.smallFontBlue:link {  color: #333366; text-decoration: none; font-weight: bold;}
a.smallFontBlue:visited {  color: #333366; text-decoration: none; font-weight: bold;}
a.smallFontBlue:hover {  color: #FFCB33; text-decoration: none; font-weight: bold;}

.footer {
	COLOR: #0B2678;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: bold;

}
a.footer:link {  color: #0B2678; text-decoration: none}
a.footer:visited {  color: #0B2678; text-decoration: none; }
a.footer:hover {  color: #FFCB33; text-decoration: none; }



.medFontBlue {
	COLOR: #333366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
}
a.medFontBlue:link {  color: #333366; text-decoration: none}
a.medFontBlue:visited {  color: #333366; text-decoration: none; }
a.medFontBlue:hover {  color: #FFCB33; text-decoration: none; }


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.text:link {  color: #990000; text-decoration: none}
a.text:visited{  color: #990000; text-decoration: none; }
a.text:hover {  color: #990000; text-decoration: underline; }

.sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.sideText:link {  color: #000000; text-decoration: none}
a.sideText:visited {  color: #000000; text-decoration: none; }
a.sideText:hover {  color: #990000; text-decoration: underline; }

.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.textBold:link{  color: #000000; text-decoration: none}
a.textBold:visited {  color: #000000; text-decoration: none; }
a.textBold:hover {  color: #990000; text-decoration: none; }

.medtextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
}
a.medtextBold:link {  color: #333366; text-decoration: underline}
a.medtextBold:visited {  color: #333366; text-decoration: underline; }
a.medtextBold:hover {  color: #333366; text-decoration: underline; }

.redText {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
	
.redTextBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.largeFontBlueBig {
	COLOR: #333366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	text-decoration: none;
}

/* these are used for background colours */
.greybkg {
	background-color: #cccccc
}
.redbkg { 
	background-color: #B9002F
}
.bluebkg { 
	background-color: #333366
}

.yellowbkg {
	background-color: #FFCB33;
	text-align: center;
}
.redTextSmall {

	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}
