H1      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt; 
        FONT-WEIGHT: bold;
        text-align: center;
        color: #DD0000;
        }

H2      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt; 
        FONT-WEIGHT: bold;
        text-align: center;
        color: #FF00CC;
        }

H3      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt; 
        FONT-WEIGHT: bold;
        color: #000099;
        }

td      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt; 
	color: #990099;
        text-align: left;}

body    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background: #ffffcc;
        }

IMG {
    border: 0px;
        }

P.center {
        text-align: center;
        color: #000099;
        }
				
*.note {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;	
	color: #dd0000;
        }
 
a:link, a:visited{
	color: #0000FF;
     		}

a:hover{
        background: #FF00CC;
	color: #FFFFFF;
	}