/*
COLORS

Dark Gray #333333
Medium Gray #999999
Light Gray #CCCCCC
Background Gray #F8F8F8
Blue #003399
Medium Blue #0066CC
Light Blue #DAECFB
Red #CC0000
Green #005000
*/

P
{
    DISPLAY:inline
}


/* headers */
.headerGray {font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: #CCCCCC;}
.headerGreen {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #005000;}
.headerBlue {font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: #003399;}
.headerRed {font-family: Arial, Helvetica, sans-serif; font-size: 18px;	color: #CC0000;}
.subeaderBlue {font-family: Arial, Helvetica, sans-serif; font-size: 14px;	color: #003399;}

/* body text */
BODY{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}
.bodyGray {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}
.bodyGreen {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005000;}
.bodyMDGray {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999;}
.bodyRedBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000;}
.bodyBlueBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399;}
.bodyMDBlueBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0033CC;}
.bodyGreenBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #005000;}
.bodyBlack { COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }
.bodyBlackSm { COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }

/* bold call outs */
.bodyDRKGrayBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333;}
.bodyLTGrayBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CCCCCC;}
.bodyWhiteBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF;}


/* links */
.linkBlue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #102b7c; text-decoration: underline;}
.linkBlueBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0066CC; text-decoration: underline;}
.linkGreen {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005000; text-decoration: underline;}
.linkGreenBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #005000; text-decoration: underline;}


/* Extras for old site */
.bodyRed { COLOR: #c1131e; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px }
.linkBlueHeaderSm { COLOR: #0066CC; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: bold ; text-decoration: underline}
.bodyBlue { COLOR: #102b7c; FONT-FAMILY: Arial, Helvetical, sans-serif; FONT-SIZE: 12px }
.bodyBlackBold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333;}




