BODY, TD, UL, OL, LI, PRE, P {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
   text-decoration: none;
}

TEXTAREA, INPUT, SELECT, RADIO, CHECKBOX {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
}

.hdrDistrict {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 11pt;
}

.bodyBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #000000;
}

.bodyWhite {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 10pt;
   color: #FFFFFF;
}

.bodyWhiteBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
}

.bodySmall {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 9pt;
}

.bodyLarge {
   font-family: 'Arial', 'Helvetica';
   font-weight: normal;
   font-size: 11pt;
}

.bodyLargeBold {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 11pt;
}

.pageTitle {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 13pt;
   color: #3399CC;
}

.pageTitleWhite {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 13pt;
   color: #FFFFFF;
}

.bodyHuge {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 19pt;
}

.errorMsg {
	font-family: 'Arial', 'Helvetica';
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	background-color : #CC0000;
}

.difAlert {
	background-color: #CCCCCC;
}

.errorMsgTitle {
   font-family: 'Arial', 'Helvetica';
   font-weight: bold;
   font-size: 10pt;
   color: #CC0000;
}

A {
   text-decoration: none;
   color: #000099;
   font-size: 10pt;
}

A.whiteLink {
   color: #FFFFFF;
   font-size: 10pt;
}

A.boldLink {
   font-weight: bold;
   font-size: 10pt;
}

A.boldLargeLink {
   font-weight: bold;
   font-size: 11pt;
}

A:hover {
   text-decoration: underline;
}
