<!--
/********************************************************************/
/*        Colors must be updated with each site color change        */
/********************************************************************/
/*main body tag for all pages */
BODY
{
	OVERFLOW: auto;
	COLOR: #000000;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	FONT-SIZE: 12px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
/*	background-image: url(images/nav/background.gif); */
}

.front {
	COLOR: #000000;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	FONT-SIZE: 13px;
	font-weight:normal; 
}

/****************************************************/
/* This controls the font for most copy on the site */
/****************************************************/
sup { 
	COLOR: #000000;
	font-size:10px; 
font-weight:bold; 
} 
H1 { 
	COLOR: #000000;
font-size: 16px; 
font-weight:bold; 
}
H2 { 
	COLOR: #000000;
font-size: 14px; 
}
H3 { 
	COLOR: #000000;
font-size: 12px; 
font-weight:bold; 
}
H4 { 
	COLOR: #000000;
font-size: 10px; 
text-decoration:underline;
}
P { 
font-size: 12px; 
width:500px;
	COLOR: #000000;
}
B { 
	COLOR: #000000;
	font-size: 12px; 
	line-height: 14px;
}
LI, UL, OL { 
	COLOR: #000000;
font-size:12px; 
}
TD { 
	COLOR: #000000;
font-size:12px; 
} 
TD.heading { 
	COLOR: #000000;
font-size:12px; 
font-weight:heavy;
}
/* Used in paragraphs to control the copy */
.copy
{
	margin: 0px;
	margin-top: 4px;
	line-height: 17px;
	text-align: justify;
}

.small
{
	color:#CC9966;
	FONT-SIZE: 10px;
}

/***************************************************************/
/* The following classes must go above the regular A class     */
/* The hover color must be changed with each site color change */
/***************************************************************/


/* Footer navigation links */
.footer
{
	color:#3366cc;
	FONT-SIZE: 10px;
	BACKGROUND: transparent;
	TEXT-DECORATION: none;
}

.footer-line  {
	border-bottom:2px #666699 solid;
	width:600px;
	}

A.footer:link
{
	color:#3366cc;
}

A.footer:hover
{
	COLOR: #000000;
}

A.footer:active
{
	color:#3366cc;
}

A.footer:visited
{
	color:#3366cc;
}


/*****************************************/
/* Main links for all pages              */
/* Place this at bottom of stylesheet    */
/*****************************************/

/* left navigation menu defaults to this too*/

A:link
{
	color:#3366cc;
	BACKGROUND: transparent;
	TEXT-DECORATION: underline;
}

A:visited
{
	color:#3366cc;
	BACKGROUND: transparent;
	TEXT-DECORATION: underline;

} 
	
A:hover {
	color:#000066;
	BACKGROUND: transparent;
	TEXT-DECORATION: underline;
}

A:active
{
	color:#000000;
	BACKGROUND: transparent;
	TEXT-DECORATION: underline;
}


/***************************/
/* copyright               */
/***************************/
.copyright {
 	color: #666699;
	font-size: 10px; 
	line-height: 14px;
    WIDTH: 400px;
	CURSOR: pointer; CURSOR: hand;
    POSITION: relative;
    TEXT-ALIGN: center;
	}

.copyrightw {
 	color: #FFFFFF;
	weight: heavy;
	margin-top: 10px;
	font-size: 10px; 
	line-height: 14px;
	CURSOR: pointer; CURSOR: hand;
	}
	

/***************************/
/* used for website search */
/***************************/
.searchbutton
{
	BACKGROUND: #000000;
	FONT-SIZE: 13px;
	COLOR: #ffffff;
	CURSOR: pointer; CURSOR: hand;
	BORDER: 1px solid #000000; 
/*	BORDER: 0px solid #282d96; */
} 
/* Change cursor from a pointer to a hand
   on elements that are not clickable by 
   default but made so through code */
.clickable
{
	CURSOR: pointer; CURSOR: hand;
}

-->
