/* LIZARDO STYLE SHEET */


	BODY {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #333333;
	}

	TR {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #333333;
	}

	TD {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #333333;
	}

	SMALL {
		font-size : 8pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #333333;
	}

	B {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : bold;
		color : #000000;
	}

	I {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : italic;
		color : #FF5555;
	}

	HR {
		color : #AAAAAA;
	}

	A:Link {
		color : #008800;
		text-decoration : none;
	}

	A:Visited {
		color : #008800;
		text-decoration : none;
	}

	A:Active {
		color : #008800;
		text-decoration : none;
	}

	A:Hover {
		color : #FF0000;
		text-decoration : underline;
	}


