/*This is the base style sheet for reports on the FHWA Freight Management and Operations Web site. It contains all the styles understood by Netscape 4x.  Styles that are only for Netscape 4x (and are overridden by other Freight style sheets) are noted in the comments.  

This style sheet is divided into the following sections: 

1. Elements
2. Lists
4. Links
5. Major sections of the template. This section has several sub-sections.


More information is available in the FHWA Freight Style and Maintenance Guide */

/* ******** SECTION 1: Elements. ********* */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #fff;
	margin: -1em -1em 1em -1em;
	padding: 0;
	}
	
p, li, ul, ol, td, th, div, table, caption, span, address, cite, dd, dt, dl, form, input, label, blockquote, q {
	font-family: verdana, arial, helvetica, sans-serif;
	}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h1 {
	font-size: 139%;
	color: #006;
	padding: 0;
	}
	
h2 {
	font-size: 115%;
	color: #006;
	padding: 0;
	margin: 30px 0 0 0;
	}
	
h3 {	
	font-size: 105%;
	color: #006;
	padding: 0;
	margin: 20px 0 0 0;
	}
	
h4 {
	font-size: 100%;
	color: #006;
	padding: 0;
	margin: 10px 0 0 0;
	}

h5 {
	font-size: 85%;
	color: #006;
	padding: 0;
	margin: 0;
	}
	
address {
	font-style: normal;
	}
	
/* ******** SECTION 2: Lists. ********* */

ul {
	padding-top: 15px;
	margin-top: 0;
	padding-top: 0;
	}
	
li {
	margin-top: 10px;
	}
	

/* ******** SECTION 4: Links ******** */

a:link {
	text-decoration: underline;
	color: blue;
	}

a:visited {
	text-decoration: underline;
	color: purple;
}

a:hover {
	text-decoration: none;
	}

#skiplink a:link, #skiplink a:visited {
	color: #006;
	font-size: 11px;
	background-color: #006;
	}
	

	
/********* SECTION 5:  Major sections of the template. *********** */

.fhwa-bar {
	background-color: #006;
	}
	
#fhwa-links {
	text-align: right;
	}
	
#freightbanner {
	background-color: #783F92;
	text-align: left;
	}
	
#content {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0 20px 20px 20px;
	font-size: 80%;
	margin: 0;
	}
	
div.breadcrumb {
	font-size: 90%;
	margin: 1em 0;
	}

	
#footer-bar {
	background-color: #006;
	text-align: center;
	height: .25em;
	}
	
#javadate, #footer-links, #footer-logo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	padding: 10px 0;
	}
	
#footer-logo {
	width: 195px;
	}
	
#javadate {
	background-color: white;
	font-size: 75%;
	padding: 10px 0;
	text-align: right;
	}
	
#footer-links {
	text-align: center;
	}
	
.footer-links {
	margin-top: 0;
	}
	
.footnotes /* For any page that requires footnotes, place them inside a DIV or P element with this class. The following styles will apply to that DIV. */ {
	border-top: 1px solid #ccc;
	text-align: left;
	padding-left: 2em;
	padding-top: .5em;
	font-size: 90%;
	}

	
