/* April 11, 2003 */

/*  default page color  */
body { background-color: #FFFFFF; 
	scrollbar-base-color: #9C8A4F;
	scrollbar-track-color: #AD9B60;
	scrollbar-face-color: color;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: color;
	scrollbar-darkshadow-color: color;
	scrollbar-shadow-color: AB6E1D;
	scrollbar-arrow-color: #FFFF00;	}

/*  defalut font for body text  */
body, a, td, span, div, p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }

/* Default color used for drop downs and text fields */
.selectwhite { height: 17px; border-color: #ffffff; background-color: #ffffff; font-size: 11px; color: #000000; }

/* New fonts retirees styles */
.fontgreysmall { font-size: 10px; color: #CCCCCC; }
.fontsmallbold { font-size: 11px; font-weight: bold; }
.fontsmall { font-size: 11px; }
.fontmed { font-size: 12px; }
.linksmall { text-decoration: underline; color: #990000; font-size: 11px;  }
.linksmall:hover { text-decoration: none; font-size: 11px;  }
.linkmed { text-decoration: underline; color: #990000; font-size: 12px;  }
.linkmed:hover { text-decoration: none; font-size: 12px;  }
.textbold { font-weight: bold; }
.textwhitebold { font-size: 12px; font-weight: bold; color: #FFFFFF; }
a { text-decoration: underline; color: #990000; }
a:hover { text-decoration: none; color: #990000; }
.whiteBoldLink { text-decoration: none; font-weight: bold; color: #FFFFFF; font-size: 12px; }
.whiteBoldLink:hover { text-decoration: underline; font-weight: bold; color: #FFFFFF; font-size: 12px; }

/* Background colors retirees */
.bgcolor1 { background-color: #330033; }
.bgcolor2 { background-color: #666666; }
.bgcolor3 { background-color: #666600; }
.selectwhite { height: 17px; border-color: #ffffff; background-color: #ffffff; font-size: 11px; color: #000000; }
.lgtgrey { background-color: #CCCCCC; }
.medgrey { background-color: #999999; }
.drkgrey { background-color: #666666; }
.lgtyellow { background-color: #ffffcc; }
.bgred  { background-color: #990000; }
