BODY {	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	background-color: #FFFBFB;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
}

P {	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;}

A	{text-decoration: underline;
	color: #666666;}

A:link		{ text-decoration: underline;
		color: #666666; }
A:visited	{ text-decoration: underline;
		color: #333333;}
A:active	{ text-decoration: underline;
		color: #000000; }
A:hover		{ text-decoration: underline;
		color: #000000; }

TABLE 	{font-family: Times New Roman, Times, serif;
	font-size: 10pt;}

TD 	{font-family: Times New Roman, Times, serif;
	font-size: 10pt;}


H1 {	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;}

H2 {	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;}

H3 {	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;}

H4 {	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;}

UL {	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	margin-left: 5px;
	color: #666666;
	list-style-type: disc;
}

OL {	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	margin-left: 5px;
	color: #666666;
	list-style-type: decimal;
}

LI {	display: list-item; 
	margin-left: 5px;
	list-style-position: outside;
}


