a:link
{
	color: Blue;
}
a:visited
{
	color: Maroon;
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font-family: Arial;
	font-size : 10pt;
	text-align : left;
	margin-left : 0;
	margin-top : 0;
}
P 
{
	text-align : left;
	font-family : Arial;
	font-size : 10pt;
	line-height : 125%;
	margin-bottom : 10pt;
	margin-top : 0;
}
H2 {
	text-align : left;
	font-family : Arial;
	font-size : 10pt;
	line-height : 125%;
	margin-bottom : 0;
	margin-top : 0;
	font-weight : bold;
}
H4 
{
	font-family : "Courier New", Courier, monospace;
	font-size : 12pt;
}
H5 {
	font-family : Arial;
	font-size : 12pt;
	color : #556B2F;
	font-weight : bold;
}
TABLE
 {
	border : 0;
}
TD
 {
	font-family : Arial;
	font-size : 10pt;
}
TH {
	text-align : center;
	vertical-align : top;
}
SMALL {
	font-family : Arial;
	font-size : 8pt;
}


