<!--
/*Menu style links*/
A.menu
{
    font-family:serif;
    font-weight:bold;
    text-decoration: none;    
}
A.menu:link    {color:blue; background-color: #ffffff;}
A.menu:visited {color:blue; background-color: #ffffff;}
A.menu:active  {color:black; background-color: #ffffff;}
A.menu:hover   {color: red; background-color: #ffffff;}

td.menu
{
    text-indent: 5px;
}
    
H1.title 
{
    color: red;
    background-color: #ffffff;
    font-style: italic;
    font-family:serif;
}

strong.phead1
{
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
    font-family:serif;
}

strong.phead2
{
    font-weight: bold;
    font-size: 125%;
}

body
{
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

body.bg
{
    background-image: url(images/logo_back_3.jpg);
}

td.email
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
table.small
{
    font-size: 80%;
}

div.body_standard
{
    position: absolute; 
    top: 15px; 
    left: 10px; 
    width: 650px;
}

div.body_table 
{
    position: absolute; 
    top: 15px; 
    left: 10px; 
}

-->