             h1  {
	font-size : 20pt;
	color : Black;
	font-style : normal;
	font-family : Helvetica,Arial,Verdana;
	font-weight : bold;
}

             h2  {
	font-size : 18pt;
	color : White;
	font-style : normal;
	font-family : Helvetica,Arial,Verdana;
	font-weight : bold;
}

             h3  {
             	font-size : 16pt;
             	color : #000000;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             	font-weight : bold;
             }

             h4  {
             	font-size : 14pt;
             	color : #000000;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             }

             h5  {
             	font-size : 12pt;
             	color : #000000;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             	font-weight : bold;
             }

             h6  {
             	font-size : 10pt;
             	color : #000000;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             	font-weight : normal;
             }
			p	  {
	font-size : 12pt;
	color : White;
	font-weight : normal;
	font-family : Helvetica,Arial,Verdana;
}

             p.8  {
             	font-size : 8pt;
             	color : #C0C0C0;
             	font-weight : normal;
             	font-family : Helvetica,Arial,Verdana;
             }

             p.10  {
             	font-size : 10pt;
             	color : #C0C0C0;
             	font-weight : normal;
             	font-family : Helvetica,Arial,Verdana;
             }

             p.12  {
             	font-size : 12pt;
             	color : #C0C0C0;
             	font-weight : normal;
             	font-family : Helvetica,Arial,Verdana;
             }

             A  {
	font-size : 12pt;
	color : White;
	font-style : normal;
	font-family : Helvetica,Arial,Verdana;
	text-decoration : none;
	font-weight : bold;
}

             A:Hover  {
             	font-size : 12pt;
             	color : #C0C0C0;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             	text-decoration : none;
             }

             A:Active  {
             	font-size : 12pt;
             	color : Red;
             	font-style : normal;
             	font-family : Helvetica,Arial,Verdana;
             	text-decoration : none;
             }

			A:VISITED {
	font-size : 12pt;
	color : Silver;
	font-style : normal;
	font-family : Helvetica,Arial,Verdana;
	text-decoration : none;
}

             A:Active  {
	font-size : 12pt;
	color : Yellow;
	font-style : normal;
	font-family : Helvetica,Arial,Verdana;
	text-decoration : none;
}

             BODY  {
	background-color : #E64500;
	}