/************************************************
 * Site-wide
 ************************************************/
BODY {
	SCROLLBAR-FACE-COLOR: #8EA16F; SCROLLBAR-HIGHLIGHT-COLOR: #8EA16F; SCROLLBAR-SHADOW-COLOR: #8EA16F; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-BASE-COLOR: #8EA16F; scrollbar-dark-shadow-color: #8EA16F; scrollbar-3d-light-color: #8EA16F
}

BODY, TD, P, .bodyCopy { 
  color: #585858;
  font-family:  arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 15px;
}

A:link, .matchLink {
	color: #5A6C72;
	text-decoration: none;
}

A:visited {
	color: #5A6C72;
	text-decoration: none;
}

A:active {
	color: #D01811;
	text-decoration: none;
}

A:hover {
	color: #D01811;
	text-decoration: underline;
}

SUP {
	font-size: 15px;
}


/* default color for image borders
   NS4 needs color instead of border-color */
IMG {
	border-color: #8EA16F;
	color: #666666;					
}

IMG.alignLeft {
	margin: 3px 5px 4px 0px;
}

.noUnderline {
	text-decoration: none;
}

/* need to repeat font info for NS4.7 */
.heading {
	padding: 15px 0px 0px 0px;
	color: #D01811;
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* need to repeat font info for NS4.7 */
.heading2 {
	padding: 5px 0px 0px 0px;
	color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

/* need to repeat font info for NS4.7 */
.smallText {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}

/* need to repeat font info for NS4.7 */
.content {
  font-family: verdana, arial, helvetica, sans-serif;
	padding: 15px 20px 15px 20px;
	height: 450px;
}

/************************************************
 * Printable
 ************************************************/
/* need to repeat font info for NS4.7 */
.contentPrintable {
	padding: 8px 20px 20px 20px;
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

/* need to repeat font info for NS4.7 */
.contentPrintable TD, .contentPrintable P, .contentPrintable .bodyCopy { 
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

.contentPrintable .heading {
	color: #000000;
}

.contentPrintable .heading2 {
	color: #000000;
}
 
.contentPrintable .footer {
	color: #000000;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/************************************************
 * Footer
 ************************************************/
/* need to repeat font info for NS4.7 */
.footer {
	color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 40px 0px 0px 155px;
	padding: 20px 0px 10px 20px;
}
 
/************************************************
 * Forms
 ************************************************/
/* need to repeat font info for NS4.7 */
INPUT, TEXTAREA, SELECT, OPTION { 
  color: #666666;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #A5ACB2;
} 

.formLabel {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/************************************************
 * Lists
 ************************************************/
.listDate {
	color: #D01811;
}
 
 
/************************************************
 * Right side column (sidebar)
 ************************************************/

