BODY
{
    background-color:white;
    margin:0;
}

A.mainmenu
{
    color=Black;
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
}

P,TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
    color:black;
}


DIV.section
{
    height:20px;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    background:brown url("/lib/wood.jpg");
    text-align:center;
}

TD.section
{
    height:20px;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    background:brown url("/lib/wood.jpg");
    text-align:center;
}
 
H1
{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:22px;
    color:green;
}

H2
{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:18px;
}
   
H3
{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:14px;
}
 
H4
{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:12px;
    margin-bottom:6pt;
}


/* James Callander*/
SPAN.jc
{
    color:red;
    font-style:italic;
    font-weight:bold;
}

/* Tanalith E */
SPAN.te
{
    color:green;
    font-weight:bold;
}

TD.copyright
{
    height:30;
    text-align:center;
    vertical-align:middle;
    color:black;
    background-color:red;
}

TH.box
{
    font-family:tahoma;
    font-size:14px;
    background-color:green;
    font-color:white;
    text-align:left;
    vertical-align:middle;
    border-width:2;
    border-top-style:solid;
    border-top-color:green;
    border-bottom-style:none;
    border-bottom-color:green;
    border-left-style:solid;
    border-left-color:green;
    border-right-style:solid;    
    border-right-color:green;

}

TD.box
{
    font-family:tahoma;
    font-size:14px;
    background-color:white;
    font-color:black;
    text-align:left;
    vertical-align:top;
    border-width:2;
    border-top-style:solid;
    border-top-color:green;
    border-bottom-style:solid;
    border-bottom-color:green;
    border-left-style:solid;
    border-left-color:green;
    border-right-style:solid;    
    border-right-color:green;
}    

P.box
{
    font-family:tahoma;
    font-size:14px;
    background-color:white;
    font-color:black;
}


TABLE.table
{
    border: 3px green solid; 
    background-color: white;
}

TH.table
{
    font-family:tahoma;
    font-size:12px;
    background-color:green;
    color:white;
    text-align:left;
    vertical-align:middle;
    border-width:0;

}

TD.table
{
    font-family:tahoma;
    font-size:12px;
    background-color:lightgreen;
    font-color:black;
    text-align:left;
    vertical-align:top;
    border: 1px white solid;
}    



