BODY		{background-image: url(''); 
			font-size: 10pt;
			    color: black }
a:link      { color: #900000; font-size: 10pt; text-decoration: none }
a:active    { color: #000000; font-size: 10pt; text-decoration: none }
a:visited   { color: #900000; font-size: 10pt; text-decoration: none }
a:hover     { color: #000000; font-size: 10pt; text-decoration: none }
H1		{       font-size: 20pt;
			    color: Red }
H3              {     font-family: "Tempus Sans ITC", "Arial";
                        font-size: 16pt;
                            color: Red }
H4		{     font-family: "Tempus Sans ITC", "Arial";
			font-size: 16pt;
			    color: Black }
H5		{       font-size: 10pt;
			    color: Red }


TABLE		{         display: table }

TABLE.1		{         display: table;
			   border: none }

TBODY		{         display: table-row-group }

TR		{         display: table-row }

TD		{         display: table-cell;
			   border: double black }

TD.NOBR		{         display: table-cell;
			   border: none }

COL		{         display: table-column }


