BODY	{
	font-family: Verdana, Arial;
	font-style: normal; 
	font-size: 8pt;
	font-weight: none;
	text-align: left;
	text-decoration: none;
	color: #3B3903;
	margin-right: 10pt;
	margin-left: 10pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
	background-color: #FFFFEF;
}
     
H1	{
	font-size: 20pt;
	font-weight: bold;
}
     
H2	{
	font-size: 16pt;
	font-weight: bold;
	color: #2D52A7;
}

H3	{
	font-size: 12pt;
	font-weight: bold;
	color: #008080;
	margin-bottom: 0pt;
}

P	{
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

TD	{
	font-size: 8pt;
}

TH {
	font-weight: bold;
}
     
.code	{ 
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
}

A:link	{
	color: #2D52A7;
	text-decoration: none;
}

A:visited	{
	color: #7F30BC;
	text-decoration: none;
}

A:hover	{
	color: #2D52A7;
	text-decoration: underline;
}

A:active	{
	color: #2D52A7;
	text-decoration: none;
}

