p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	width: 7.75in;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: disc;
}
ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: circle;
}
ul ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: square;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	list-style-type: 1;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
dl {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
/* Print Only styles: these are the same in the screen version but turn off displays for the printing */
.banners {
	display: none;
}
.footer {
	display: none;
}
.path {
	display: none;
}
.noprint {
	display: none;
}
/* End of Print Only */
.allcaps {
	text-transform: uppercase;
}
.top {
	display: none;
}
.row {
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
 padding: 4px;
 }
 #container {
	margin-left: 1em;
}

