﻿body 
{
    /*background-image: url(images/DenimBkgrnd.JPG);*/ /* Too yellowish on CRT */
    background-color:#FFFFCC; /* Not bad */
    /*background-color:#CCCC99;*/ /* Too dark */
}
div.data 
{
    margin-left: 150px;
}
div.navi
{
    height:84px;
    background-color:#336600;
    padding-left:2px;
    padding-top:3px;
    padding-bottom:2px;
}
img.navi
{
    border:0px;
    vertical-align:middle;
}
table 
{
    border-right: #996600 thick solid; 
    border-top: #996600 thick solid; 
    border-left: #996600 thick solid; 
    border-bottom: #996600 thick solid;
    width: 650px;
}
table.noborder 
{
    border: none;  
}
tr 
{
    
}
td 
{
    border-width: 2px;
    padding: 6px;    
}
td.topalign
{
    border-width: inherit;
    vertical-align: text-top;
}
td.title
{
    text-align: center;
}
td.center
{
    text-align: center;
}

