BODY {
	color : #006400;
	background-color : White;
	font-family : Arial;
	font-size : 9pt;
	text-align : justify;
	margin : 0pt 0pt 0pt 0pt;
	font : Arial;
}

TABLE {
	background-color : transparent;
	margin-left : 0pt;
	margin-right : 0pt;
	
}

P.tabletext {
		color : #006400;
	background-color : transparent;
	font-family : Arial;
	font-size : 9pt;
	text-align : justify;
	text-decoration : none;
	margin-left : 5pt;
	margin-right : 5pt;
}

.textstyle2 {
	color : Black;
	background-color : transparent;
	font-family : Verdana;
	font-size : 8pt;
	text-align : justify;
	text-decoration : none;
	margin-left : 2pt;
	margin-right : 2pt;
}

.redtext {
	color : Red;
	background-color : transparent;
	font-family : Arial;
	font-size : 9pt;
	text-align : justify;
	text-decoration : none;
	margin-left : 5pt;
	margin-right : 5pt;
}

.bold {
	color : Black;
	background-color : transparent;
	font-family : Arial;
	font-size : 10pt;
	text-align : justify;
	text-decoration : none;
	margin-left : 5pt;
	margin-right : 5pt;
	font-weight : bold;
}




A {
	color : #D40216;
	text-decoration : underline;
	font-weight : normal;
}

A:VISITED {
	color : #046204;
	text-decoration : underline;
	font-weight : normal;
}


H2 {
	font : Arial;
	font-size : 14pt;
	margin-left : 5pt;
	color : #006400;
}

H1 {
	font : Verdana;
	font-size : 16pt;
	margin-left : 5pt;
	color : Red;
}


H4 {
	font : Arial;
	font-size : 12pt;
	margin : 5pt;
	color : Teal;
}



A:HOVER {
	color : Teal;
	text-decoration : underline;
	font-weight : normal;
}