@charset "utf-8";

.consumer_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.consumer_info h1 {
	font-size: 1.3em;
	font-weight: bold;
}
.consumer_info h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2em 1em 0em 1em;
}
.consumer_info h3

 {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	margin: .5em 1em .25em 1.5em;
}
.consumer_info p {
	font-size: 1em;
	margin: .5em 0em .75em 2em;
}
.consumer_info ul, ol {
	font-size: 1em;
}
.consumer_info li {
	margin: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

