BODY {
	background-color : WHITE;
	color : BLACK;
	font-family : Arial, sans-serif;
	font-size : 10pt;
	margin: 0;
	
}

P, LI, UL {
	color :  BLACK;
	font-family : Arial, sans-serif;
	font-size : 10pt;
}

H1 {
	font-size : 14pt;
	text-align : left;
	font-weight: bold;
}

H2 {
	font-size : 12pt;
	font-weight: bold;
}

H3 {
	font-size : 10pt;
	text-align : left;
	font-weight: normal;
}


TABLE, TD, TH {
	color :  BLACK;
	font-family :   Arial,sans-serif;
	font-size : 10pt;
	}

A:link, A:visited { 
	color: #FF0000; 
	font-weight: bold;
	font-family : Arial, sans-serif;
	}
	
.left {
	text-align : left;
}

.center {
	text-align : center;
}

.formheader
{
	color :  ffffff;
	font-family :   Arial,sans-serif;
	font-size : 12pt;
	font-weight: bold;
}
.formtitle
{
	color :  BLACK;
	font-family :   Arial,sans-serif;
	font-size : 11px;
	
}


