﻿body 
{
    background-color:#404040;
    background-image:url(bg1.gif);
    
}
td 
{
    font-family:arial;
    font-size:8pt;
}

.logotext
{font-family:Book Antiqua, Arial;
    font-size:12pt;
    font-weight:bold;
    color:#ce0000;
    letter-spacing:2pt;
}
.menuitem
{
    border:1px solid #522800;
    text-align:center;
    font-size:7pt;
    cursor:hand;
    background-color:#000000;
    color:White;
}
.menuitem:hover
{
    border:1px solid #000000;
    text-align:center;
    font-size:7pt;
    background-color:#ce0000;
    color:white;
    cursor:hand;
}

.maillink 
{
    color:Black;
    text-decoration:none;
}
.maillink:hover
{
    color:Black;
    text-decoration:underline;
}
.sheader
{
    font-weight:bold;
}
.sectheader
{
   border:1px solid #522800;
   text-align:center;
}
.boxme {background-color:White;cursor:hand;}
.boxme:hover {background-color:#000000;}

.namelabel
{   border-bottom:1px solid black;
    font-size:12pt;
    font-weight:bold;
    
}

.pagelabel
{
    
    font-size:10pt;
    color:#ce0000;
    
    text-align:left;
    font-weight:bold;
    border-bottom:1px solid black;
    padding-left:20px;
  
}