/*
 * JS@NAW: modified this 11/7/2008
 * A) cleaned up this CSS file (more consistent format within this doc)
*/
p {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 1em;
}
td {
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	font-size: 1em;
}
.shoes {
	color: red;
}

/*EE@NAW START GENERIC LIST STYLES ////////////////////////////*/
ol li {
	margin: 10px 0;
}
/*EE@NAW END GENERIC LIST STYLES //////////////////////////////*/

/*EE@NAW START GENERIC LINK STYLES ////////////////////////////*/
a:link, a:visited {
	color: #0099d3;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
/*EE@NAW END GENERIC LINK STYLES //////////////////////////////*/

/*EE@NAW START HEADER STYLES //////////////////////////////////*/
/* added by JS: reduces redundancy (can be overridden below, if needed) */
h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-family: Arial-Narrow, Helvetica, Sans-Serif;
	color: #001788;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
}
h4 {
	margin: auto; padding: 4px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align:left;
}
h4.title {
	margin: 0px;
	text-transform: none;
}
h5 {
	text-transform: none;
	font-size: 1em;
}
/*EE@NAW END HEADER STYLES ////////////////////////////////////*/