td { vertical-align:top }

/*
table.header {
	background-color:black; 
	width:100%; 
	padding: 0;
	border: 0;
}
*/

td.header {
	background-color:#FFFFFF; 
	width:100%; 
}

.headerCity {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	margin-left:10;
	margin-top:10;
}
.headerTag {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	font-style: italic;
}
.subhead { 
	color:red; 
	font-weight:bold;
}
.subhead2 {
	color:#002D88;
	font-weight:bold;
	font-style: italic;
}
.item { font-weight:bold }
.branded {
	color: #900;
	font-weight:bold;
}
td.trail {
	background-color:#FFF2BF;
	text-align: left;
	font-weight: 400;
	font-size: 8pt;
	padding-left: 5px;
}
td.trailb {
	background-color:#FFF2BF;
	text-align: right;
	font-weight: 400;
	font-size: 8pt;
	padding-right: 5px;
}
td.states {
	background-color:#FFFFFF;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
}
div.body { width: 600 }
div.wrap { width: 600 }  /* use for confining column width */

body {  
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

p,td,th,li,dt,div,blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif; 
}

h1 { 
	font-size: 1.6em;
	font-style: italic;
	color: #002D88;
}
h2 { 
	font-size: 1.3em;
	color: #002D88;
}
h3 { 
	font-size: 1.2em;
	color: #002D88
}
h4 { font-size: 1.1em; font-weight:bold }

a { color: #00F }
a:visited { color: #309 }
a:hover { color: #900 }
