body {
	text-align:left;
	font : 65%/1.5 Verdana, Arial, "san-serif";
	color : #111;
}
h1 {
	color:#111;
	font-size:15px;
}
h1, h2, h3, h4, p, li, ul, blockquote {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0.25em;
}
p {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0.75em;
}
a {
	color: #2D6BC4;
	text-decoration: none;
}
a:visited {
	color: #2D6BC4;
}
a:hover {
	color: #2D6BC4;
}
.emphasis {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	color: #222222;
	font-size: 90%;
}
.subHead {
	margin-top: 1.5em;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #25211C;
}
.superEmphasis {
	font-weight: bold;
	font-size: 110%;
}
