/***************************************************************** 
Tetra Tech, Inc, 2005 
	BSL-3 EIS
------------------------------------------------------------------
Creation Date 12-21-2006

Designer: Moon Kim
******************************************************************
******************************************************************
Updated or Modified Code must be commmented, dated and initialed.
Major revisions are dated and commented here.
-------------------------------------------------------------------
PAGE: styleSheet.CSS
MODIFIED DATE:
MODIFIED DATE:
*******************************************************************/


/* --------- Links Styles------------------------*/

a.menuLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;	
}

a.menuLink2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000BB;
	font-weight:normal;
	text-decoration:underline;	
}
a.menuLink:hover {
	color:#BBBBBB;
	text-decoration:none;
}

a.menuLink2:hover {
	color:#FF4040;
	text-decoration:none;
}

a.footerLink {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;	
}

a.footerLink:hover {
	color:#BBBBBB;
	text-decoration:none;
}

/*------------- END Links Styles --------------------------*/
/*-------------- Text Styles ------------------------------*/
.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0 35px 20px 35px;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}
.siteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

.pageHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}

.maint {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*--------------- End Text Styles ---------------------*/
/*--------------- Table Styles ---------------------*/
table.border {
	border: 1px solid #000000;
}
td.bottomOrange{
	border-bottom: 2px solid #003399;
	padding: 0 20px;
}
td.tableTop{
	border-top: 2px solid #003399;
}
table.tableWrap{
	border: 2px solid #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*--------------- End Table Styles ---------------------*/

.redstar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #990000;