P  {
	font-family : sans-serif;
	font-size : 8pt;
	color : Black;
}

H1  {}

H2  {}

H3  {
	font-size : 14pt;
	font-family : Arial;
	color : Black;
}

A  {
	color : black;
}

A:Visited  {
	color : black;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
}

A.black  {
	color : Black;
}

BODY  {
	font-size : 8pt;
	font-family : sans-serif;
	margin : 0;
	padding : 0;
	color : black;

}

TD  {
	font-size : 10pt;
	font-family : 'sans-serif';
	color : Black;
	vertical-align:top;
}

TD.l  {
	font-size : 10pt;
	font-family : 'sans-serif';
	color : Black;
	vertical-align:top;
	text-align: left;
}

TD.r  {
	font-size : 10pt;
	font-family : 'sans-serif';
	color : Black;
	vertical-align:top;
	text-align: right;
}

TH  {
	font-size : medium;
	font-weight : normal;
	font-family : sans-serif;
	color : White;
	background-color : #a99c78;
	margin-left : 10pt;
}

P.bold  {
	font-size : 10pt;
	font-weight : bold;
	height : auto;
	width : auto;
}
