<style>

a:visited 	{color: #FF6600; } 
a            { text-decoration: none; color: #FF6600}
a:link       { color: #FF6600}
a:active     { color: #FF6600}
a:hover      { color: #FF6600; text-decoration: underline }

P {	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; }
	 
BODY {	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; }

table        { font-family: Arial; font-size: 10pt }


li           { font-family: Verdana, Arial, Helvetica; font-size: 10pt; list-style-type: square; 
               text-align: Left; text-indent: 0; margin-left: 0; 
               margin-right: 0; padding-top: 3pt; padding-bottom: 3pt ; color: #000000}

.answer      
{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	margin-top: 3; 
	margin-bottom: 10 
}
.question    
{ 	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	margin-top: 10; 
	margin-bottom: 0 
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000
	}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica; 
}
h1
{
	color: #FF6600;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold; 
	margin-top:10; margin-bottom:3
}
h2
{
	color: #FF6600;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold; 
	margin-top:10; margin-bottom:0; font-style:italic
}
h3
{
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal; 
	margin-left:10; margin-top:0; margin-bottom:0; font-style:italic
}
h4
{
	color: #FFFFFF;
}
h5
{
	color: #FFFFFF;
}
h6
{
	color: #FFFFFF;
}
td           
{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt 
}
</style>