body
{
	background-color: #FFFFFF;
	color: #2E286A;
	scrollbar-face-color: #ECF0F9;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

h1
{
	text-align: left;
	color: #332E7B;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h2
{
	text-align: left;
	color: #2E286A;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

p
{
	text-align: justify;
	color: #2E286A;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

ul
{
	font-size: 9pt;
}

a
{
	color: #6B5AB3;
}
a:link		{ color: #6B5AB3; text-decoration: none; }
a:visited	{ color: #6B5AB3; text-decoration: none; }
a:active	{ color: #BCC1ED; text-decoration: none; }
a:hover		{ color: #BCC1ED; text-decoration: none; } 

.left { text-align: left }
.right { text-align: right }
.center { text-align: center }
.bold { font-weight: bold }
.small { font-size: 8pt }
.centersmall { text-align: center; font-size: 8pt }