	BODY,TD {
                font-family: Tahoma,Arial,Verdana,Helvetica;
		color: white;
		font-size: 12px;
		text-align: justify;
	}

	H2 {
		font-size: 14pt;
		color: #FFFF00;
	}

	H3 {
		font-size: 13pt;
		color: #00FF00;
	}

	H4 {
		font-size: 10;
		font-variant: small-caps;
		font-weight: bold;
		color: white;
	}

       	H5 {
		font-size: 13;
		font-weight: bold;
		color: #FFFF00;
            }

       	H6 {
		font-size: 13;
		font-weight: bold;
		color: #66FF00;
           }

	A {
		font-size: 12px;
		text-decoration: none;
		color: white;
	}

	A:Hover {
		font-weight: bold;
		color: red;
		
	}

	HR {
		color: white;
		height: 1pt;
	}







