BODY
{
    BACKGROUND-COLOR: white;
}
.heading
{
    FONT-SIZE: 13pt;
    COLOR: #003366;
    FONT-FAMILY: 'MS Sans Serif', Arial
}
.subHeading
{
    FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: 'MS Sans Serif', Arial;
}
.paragraph
{
    FONT-SIZE: 8pt;
    COLOR: #333333;
    FONT-FAMILY: 'MS Sans Serif', Arial
}
A:active
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    TEXT-DECORATION: none
}
.active
	{
	 FONT-SIZE: 8pt;
    COLOR: darkred;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    TEXT-DECORATION: none
    }
A:link
{
    FONT-SIZE: 8pt;
    COLOR: #3333cc;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-SIZE: 8pt;
    COLOR: #3333cc;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 8pt;
    COLOR: #3333cc;
    FONT-FAMILY: 'MS Sans Serif', 'Arial';
    TEXT-DECORATION: underline
}
.textHilite
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: 'MS Sans Serif', Arial
}

.menuItem {cursor:default; padding: 5px; border: 1px solid #f6f9fb; background-Color:#f6f9fb;}
.menuHilite {cursor:hand; padding: 5px; border: 1px outset white; background-Color:whitesmoke;}
.menuChosen {cursor:default; padding: 5px; border: 1px inset lightgrey; background-Color:white;}
.menuIndent {cursor:default; padding: 5px; border: 1px inset white; background-Color:lightgrey;}