body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
}
.bold {
	font-weight: bold;
}
.smalltext {
	font-size: 9pt;
}
.largertext {
	font-size: 12pt;
	font-weight: bold;
}
.underlined {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}.smallitalic {
	font-size: 9pt;
	font-style: italic;
}
li {
	text-indent: 10pt;
}
