/*DEFAULT STYLESHEET*/


/*Effects the font size and font face for all pages*/
/*----------------------------------------------------------*/

BODY, A, TABLE, SELECT, INPUT, FORM, LI, P, TEXTAREA, TD, TR {font-family: Verdana, Geneva, Arial, Sans-Serif; font-size: 9pt; color: #000000;} 


/*LINK STYLES*/
/*----------------------------------------------------------*/

A {color: #003399;} 

A:visited {color: #999966;} 

A:hover {color:	#999966; text-decoration: none;}


/*BACKGROUND STYLES*/
/*----------------------------------------------------------*/

/*STYLE D17*/
.pageBG {background: #1C51B1;}

.leftNavBG {background: #1C51B1;}

.darkGreenBG {background: #009933;}

.whiteBG {background: #FFFFFF;}


/*FONT STYLES*/
/*----------------------------------------------------------*/

.headline {font-size: 1.3em; color: #993300;; font-weight: bold}

.subHeadline {color: #993300;; font-weight: bold}

.caption {font-size: .8em;}

.footerLink {font-size: .8em; text-decoration: none;}

.footerLink:hover {font-size: .8em; text-decoration: underline;}

.subnavLink {font-size: 9pt; text-decoration: underline; color: #FFFFFF;}

.subnavLink:hover {font-size: 9pt; text-decoration: none; color: #FFFFFF;}

.subnavLink:visited {font-size: 9pt; text-decoration: underline; color: #EEEEEE;}


