BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
        text-align : justify;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : normal;
}
H2 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333333;
	font-weight : normal;
        text-decoration : underline;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #333333;
	font-weight : normal;
	text-decoration : underline;
}
TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : Black;
	text-decoration : none;
	font-size : 10pt;
}