BODY {
	background-color:#FFFFCC;
	font-family: Arial, sans-serif, Verdana;
	color:#666699;
	font-size: 11pt
}

TABLE {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11pt
}

A {
	text-decoration: none
	/* color: slateGray;*/
	/*font-size: 11pt*/
}

A:link {
	color:#FF0000
}

A:hover {
	color:#99CCFF
}

A:visited {
	color:#FF0000
}

img{
/* Stop blue border appearing on image links */
  border-style: none
}

.veryBigText {
	font-size: 16pt;
	font-family: Arial, sans-serif, Verdana
}

.30PtTimesText {
	font-size: 30pt;
	font-family: Arial, sans-serif, Verdana
}

.30PtArialText {
	font-size: 30pt;
	font-family: Arial, sans-serif, Verdana
}

.yellowText {
	color:#FFFF00
}

.whiteText {
	color:#FFFFFF
}

.14PtYellowArialText {
	font-size: 14pt;
	color:#FFFF00;
	font-family: Arial, sans-serif, Verdana
}

.24PtArialText {
	font-size: 24pt;
	font-family: Arial, sans-serif, Verdana
}

.24PtArialTextRed {
	font-size: 24pt;
	font-family: Arial, sans-serif, Verdana;
	color: #FF0000
}

.24PtArialTextDarkRed {
	font-size: 24pt;
	font-family: Arial, sans-serif, Verdana;
	color:#D5291F
}


.20PtArialText {
	font-size: 20pt;
	font-family: Arial, sans-serif, Verdana
}

.20PtArialTextRed {
	font-size: 20pt;
	font-family: Arial, sans-serif, Verdana;
	color: #FF0000
}

.18PtArialText {
	font-size: 18pt;
	font-family: Arial, sans-serif, Verdana
}

.16PtArialText {
	font-size: 16pt;
	font-family: Arial, sans-serif, Verdana
}

.14PtArialText {
	font-size: 14pt;
	font-family: Arial, sans-serif, Verdana
}

.20PtYellowArialText {
	font-size: 20pt;
	color:#FFFF00;
	font-family: Arial, sans-serif, Verdana
}

.20PtWhiteArialText {
	font-size: 20pt;
	color:#FFFFFF;
	font-family: Arial, sans-serif, Verdana
}

.bigText {
	font-size: 14pt;
	font-family: Arial, sans-serif, Verdana
}

.veryBigTextBold {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, sans-serif, Verdana
}

.smallText {
	font-size: 8pt;
	font-family: Arial, sans-serif, Verdana
}

.whiteSmallText {
	font-size: 8pt;
	font-family: Arial, sans-serif, Verdana;
	color:#FFFFFF
}

.redSmallText {
	font-size: 8pt;
	font-family: Arial, sans-serif, Verdana;
	color: #FF0000
}

.verySmallText {
	font-size: 7pt;
	font-family: Arial, sans-serif, Verdana
}

H1 {
	font-size: 25pt;
	font-weight: bold;
	font-family: Comic Sans MS;
	color:#cc0066
}

H2 {
	font-size: 20pt;
	font-weight: bold;
	font-family: Comic Sans MS;
	color:#cc0066
}

H3 {
	font-size: 16pt;
	font-family: Comic Sans MS;
	color:#cc0066
}

H4 {
	font-size: 14pt;
	font-family: Comic Sans MS;
	color:#cc0066
}

.footer {
	background-image: url(../images/footerBarWithShadow.gif);
	background-repeat: repeat-x;
	background-position: center
}

.redBoldNormal {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000
}

.redBoldNormalLeft {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	text-align: left
}

.redNormal {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11pt;
	color: #FF0000
}

.normal {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11pt;
	color: #FFFFFF
}

.yellowExtraLargeText {
	font-family: Arial, sans-serif, Verdana;
	font-size: 24pt;
	color: #FFFF00
}

.yellowVeryLargeText {
	font-family: Arial, sans-serif, Verdana;
	font-size: 18pt;
	color: #FFFF00
}

.leftText {
	text-align: left
}

.rightText {
	text-align: right
}

.code {
	font-family: Courier New, Courier, mono
}
.codeRed {
	font-family: Courier New, Courier, mono;
	color: #FF0000
}

hr {
	color:#cc0066
}

/* Styles for forms */

INPUT {
	color: #CC1100;
	background-color: #CCEEFF
} 

RADIO {
	background-color: #CCEEFF
} 

TEXTAREA {
	color: #CC1100;
	background-color: #CCEEFF
} 

SELECT {
	color: #CC1100;
	background-color: #CCEEFF
} 

CHECKBOX {
	color: darkGray;
	background-color: #CCEEFF
} 

.findMenuText {
	font-family: Comic Sans MS;
	color:#cc0066
}

