/* $Id: green_site_styles.css,v 1.1.2.11.2.1 2004/08/09 23:36:54 ksharron Exp $ */
/*
	Read the JSP best practices guide BEFORE 
	editing unfamiliar elements in this style sheet.
*/
BODY { 
	background-color: #FFFFFF; 
	color: #000000;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 76%; 
	line-height: 1.3em; 
	background-image : images/corp_bg.gif;
}

A { 
	color: #0066CC; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1em; 
}

TD { 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 0.7em; 
	line-height: 1.3em;
}

.rightNavSpacing {margin-top: 4px;}

IMG { border: 0px; }

SELECT { font-size: 1.0em;  width:170px;}
TEXTAREA , INPUT { font-size: 1.0em;  }
.inputStandard { width: 170px;}

UL,OL { margin-top: 2; margin-bottom: 2;}

UL.noindent { margin-left: 0; padding-left: 0; }
LI.noindent { 
	list-style-position: inside; 
	margin-left: 0; 
	padding-left: 0; 
}

/* 
	Background styles 
*/
.bg0 { background-color: #FFFFFF; }
.bg100 { background-color: #FFBF00; } /* orange */
 

/* 
	Unordered (bulleted) list styles 
*/
.list0 { list-style-type: none; }
.list100 { list-style-image: url(/images/green/yellow_arrow.gif); }
.list101 { list-style-type: square; }
.list102 { 
	margin-top: 3pt; 
	margin-left: 3t; 
	margin-bottom: 12pt; 
	padding-left: 3pt; 
}

/*
	Styles that don't fit neatly into one of the other categories ...
*/
/* brown over butter yellow */
.navText {
	background-color: #FFEFBF;
	color: #804D01;
	font-size: 0.7em;
}

.errorText { color: #CC0000; font-size: 0.8em; } /* red */

.textInForm { line-height: 150%; }
 

/*
	Styles for links, taking into account the pseudo-classes.
*/

.link104XS { color: #727E85; font-size: 0.8em; } /* medium grey */
 
.linkFooter { text-decoration: none; }
.linkHeader { font-size: 1.2em; }

A.linkHeader, A.linkHeader:link, A.linkHeader:visited {
	color: #0066CC; 
}
A.linkHeader:focus, A.linkHeader:hover, A.linkHeader:active {
	color: #FF9900; 
}

/* 
	Text styles 
*/
.text0XS { color: #FFFFFF; font-size: 0.8em; } 
.text1M6 { color: #000000; font-size: 1.6em; }
.text1M2 { color: #000000; font-size: 1.2em; }
.text1 { color: #000000; font-size: 1em; }
.text1S { color: #000000; font-size: 0.9em; }
.text1XS { color: #000000; font-size: 0.8em; }
.text1XXS { color: #000000; font-size: 0.7em; }
.text1XXXS { color: #000000; font-size: 0.6em; }

/* dark grey */
.text102M4 { color: #9FA4A6; font-size: 1.4em; } 

/* medium grey */
.text104M5 { color: #727E85; font-size: 1.5em; }
.text104M2 { color: #727E85; font-size: 1.2em; }
.text104 { color: #727E85; font-size: 1em; }
.text104S { color: #727E85; font-size: 0.9em; }
.text104U { color: #727E85; font-size: 0.85em; text-transform: uppercase;}
.text104XS { color: #727E85; font-size: 0.8em; }
.text104XXS { color: #727E85; font-size: 0.7em; }
.text104XXXS { color: #727E85; font-size: 0.6em; }

/* burnt sienna */ 
.text106M6 { color: #CC6600; font-size: 1.6em; }
.text106M2 { color: #CC6600; font-size: 1.2em; }
.text106 { color: #CC6600; font-size: 1em; }
.text106S { color: #CC6600; font-size: 0.9em; } 
.text106XS { color: #CC6600; font-size: 0.8em; }
.text106XXS { color: #CC6600; font-size: 0.7em; }
.text106XXXS { color: #CC6600; font-size: 0.6em; }

/* light shadow grey */ 
.text108M8 { color: #92A7CC; font-size: 2.0em; } 

/* ultramarine blue */ 
.text110M2 { color: #0052A5; font-size: 1.2em; } 

