body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.curveAlign {
	margin-right:10px;
}
a:link {
	font-style: italic;
	color: #BA2C26;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #1C3657;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #BA2C26;
	text-decoration: none;
}
a:active {
	font-style: italic;
	color: #BA2C26;
	text-decoration: underline;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C3657;
	font-size: 12pt;
}
.smallText {
	font-size: 9pt
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(images/bulletimg.gif);
	line-height: 22pt;
	color: #1C3657;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 14pt;
	color: #1C3657;
}
.alignRight {
	margin-left:15;
	margin-bottom:10;
}
.hangingIndent {
	margin-left: 16px;
	text-indent: -16px;
}