a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,100,0); 
} 
a:active 
{
	color: rgb(0,100,0);
}
body
{
	font-family: Arial;
	font-size: 8pt;
	background-color: rgb(255,255,255);
	color: rgb(0,51,0);
}
li            
{ 
	font-family: Arial; 
	font-size: 10pt; 
	color: rgb(0,51,0);
	line-height:150%;
	margin-top:5; 
	text-align:left 
}
p            
{ 
	font-family: Arial; 
	font-size: 10pt; 
	color: rgb(0,51,0);
	text-align: left; 
	line-height:150%; 
	margin-top:3; 
	margin-bottom:12 
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	text-align: center;
	font-size: 22pt;
	color: rgb(51,153,51); 
	margin-top:32 
}
h2
{
	text-align: center;
	font-size: 18pt;
	color: rgb(51,153,51); 
	margin-top:24
}
h3
{
	text-align: center;
	font-size: 14pt;
	color: rgb(51,153,51); 
	margin-top:24 
}
h4
{
	text-align: left;
	font-size: 14pt;
	color: rgb(51,153,51); 
	margin-top:24
}
h5
{
	text-align: left;
	font-size: 11pt;
	color: rgb(51,153,51); 
	margin-top:18; 
	margin-bottom:0
}
h6
{
	text-align: left;
	font-size: 11pt;
	color: rgb(51,153,51); 
	margin-top:18; 
	margin-bottom:0
}
td           
{ 
	font-family: Arial; 
	font-size: 10pt; 
	color: rgb(0,51,0);
	text-align: left 
}