A:link {
	color: white;
	text-decoration: underline
}


A:visited {
	color: white;
	text-decoration: underline
}


A:active {
	color: white;	text-decoration: underline
}

A:hover {
	color: #FF0000;	text-decoration: underline
}

BODY  {
     
     COLOR: white;
     FONT: 16pt "Arial";
     background-color: #006699

}


H1 {

    COLOR: white;
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 20pt;
    FONT-VARIANT: bold

}

H2 {

    COLOR: white;
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 17pt


}

H3 {

    COLOR: white;
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 14pt

}

P {

   FONT: 12pt Arial; 
   COLOR: white

}


TH {

    COLOR: white;
    FONT-FAMILY: ARIAL;
    FONT-SIZE: 14pt;
    FONT-VARIANT: bold
}

TD {

    Font-family: Arial, Times, sans-serif; 
    color: white; 
    font-size: 12pt;
    padding: 0

}


LI {

    FONT: 12pt Arial;
    COLOR: white
 
}


UL {

    FONT: 12pt "Arial";
    COLOR: white
 
}


DIV {

 FONT: 12pt "Arial"; 
 COLOR: white

}

DIV.footnote {

     FONT: 9pt "Times New Roman";
     COLOR: white;
     TEXT-ALIGN: center

}
