<!--
BODY 
{ 
    font-family: "Arial", "Helvetica", "Sans Serif"; 
    color: black;
    background: white 
}
.submenu 
{ 
    font-weight: bold; 
    font-size: 10pt;
    font-family: "Arial", "Helvetica", "Sans Serif"; 
    color: #ffff00 }
.smalltext 
{ 
    font-size: 10pt; 
    font-family: "Arial", "Helvetica", "Sans Serif";
    color: #000000 
}
.smalllink
{ 
    font-size: 10pt; 
    font-family: "Arial", "Helvetica", "Sans Serif";
    color: #0000ff 
}
.smallheadingtext 
{ 
    font-size: 12pt;
    font-weight: bold; 
    font-family: "Arial", "Helvetica", "Sans Serif";
    color: #000000 
}
.headingtext 
{ 
    font-size: 16pt;
    font-weight: bold; 
    font-family: "Arial", "Helvetica", "Sans Serif";
    color: #000000 
}

A
{
	TEXT-DECORATION: none
}

A:hover
{
    text-decoration:underline;
}
-->
