<!-- main style sheet -->
<style type='text/css'>

body { margin: 2px; }

td { font: 10pt arial; }
td.smalltext { font-size: 8pt; }

h1 { font-size: 12pt;
	font-weight: bold;
	text-align: center; }
h2 { font-size: 10pt;
	font-weight: bold; }
h3 { font-size: 9pt;
	font-weight: bold; }

p { text-align: justify;
	font-weight: normal;
	margin-right: 10px; }
ul { margin-top: 0px;
	margin-left: 25px; }

span.prodtext { font-size: 9pt;
	font-weight: bold; }
span.header { font-size: 11pt;
	font-weight: bold; }
span.question { font-size: 14pt;
	font-weight: bold; }
span.purpletext { color: #6D1DD1; }
span.greentext { color: #559000; }

hr { color: #44237E;
	width: 75%; }
b { font-weight: bold; }
b.greytext { color: #666666; }

a { text-decoration: underline; }
a:link { color: #44237E; }
a:active { color: #44237E; }
a:visited { color: #44237E; }	
a:hover { color: #848C7D; }

a.header { font-weight: bold;
	text-decoration: none;
	font-size: 11pt; }
a.nounderline { text-decoration: none; }

a.overgrad { font-weight: bold;
	text-decoration: none; }
a.overgrad:hover { color: #848C7D;
	text-decoration: none; }

</style>
