/* =====================================================*/
/* ======OFFICIAL USGS RECOMMENDED STYLE SHEET====== */
/* This CSS has been apporved by all applicable parties and is subject 
   to change...with prior notice. This CSS is meant to provide a common 
   look and feel across all USGS webpages and can be used in 
   conjunction with the custom CSS file.
	 
   DO NOT MODIFY ANY PART OF THIS FILE OTHER THAN THE 
   CUSTOMIZEABLE AREA DEFINED BELOW. FOLLOW THOSE INSTRUCTIONS 
   FOR MODIFYING THAT PORTION OF THE CSS. 
	
*/
/* ================END DISCLAIMER NOTICE===============*/
/* =====================================================*/


/* =====================================================*/
/* =========STANDARD CUSTOMER SERVICE AREA==========*/
/* =====================================================*/

.ccsa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 4px;
	text-decoration: none;
	background-color: #000000;
}
A.ccsa:visited {
	margin-left: 4px;
	text-decoration: none;
}
A.ccsa:hover {
	margin-left: 3px;
	text-decoration: none;
}
A.ccsa:active {
	margin-left: 4px;
	text-decoration: none;
}


/* =====================================================*/
/* =================STANDARD CONTENT=================*/
/* =====================================================*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;

}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ADDRESS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
UL, OL, LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
CAPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
DL, DD, DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
BLOCKQUOTE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
PRE {
	font-family: monospace;
	font-size: small;
	color: #000000;
}


/* =====================================================*/
/* =================STANDARD FOOTER==================*/
/* =====================================================*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	/*/*/
	padding: 4px;
	padding-right: 40px
	/*End hiding for this section in Netscape 4x*/
}
TD.footer {
	background-color:#666666;
}
A.footer:link {
	color: #FFFFFF;
}
A.footer:visited {
	color: #FFFFFF;
}
A.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}
