   /* Body Elements */
    body     { background: #000000; margin: 0px; padding: 0px;}
    a        { font-family: verdana, tahoma, arial, sans-serif; font-size: 12px; color: #000099; }
    a:hover  { color: #0000ff; text-decoration: none; }
    a:active { color: #990000; }
    
    /* Special Tables */
    table.paragraph { }
    table.pretty    { }
    
    /* Special Table Rows */
    tr.header    { background: #2E2D2B; color: #ffffff; }
    tr.light     { background: #C3AD89; }
    tr.dark      { }
    tr.highlight { background: #a4a4a4; }
    
    /* Special Table Cells */
    td              { font-family: verdana, tahoma, arial, sans-serif; font-size: 12px; }
    td#body         { background: #E4D1A9 url(/images/body-background.jpg); padding: 5px 20px 20px 20px; }
    td#bottom-fade  { background: #110906; height: 130px; }
    td.table-top    { background: url(/images/table-top.jpg); }
    td.table-bottom { background: url(/images/table-bottom.jpg); }
    td.table-left   { background: url(/images/table-left.jpg); }
    td.table-right  { background: url(/images/table-right.jpg); }
    td.fade         { background: url(/images/table-row-fade.jpg); padding: 0px; margin: 0px; }
    td.header-background
    {
        background: url(/images/table-header-background.jpg);
        color: #ffffff;
        font-family: Trebuchet MS;
        font-size: 12px;
        font-weight: bold;
    }
    td.header
    {
       border-left: solid 1px #1E1D1C;
       border-right: solid 1px #5D5D5D;
       border-bottom: solid 1px #1E1D1C;
       font-weight: bold;
       padding-left: 4px;
    }
    
    span.nice
    {
        font-family: trebuchet ms, georgia, sans serif;
        font-size: 16px;
        font-weight: bold;
    }
    
    span.highlight
    {
     color: #000080;
    }
    
    
    /* Special Elements */
    div.paragraph { margin: 10px; line-height: 150%; }
    b.color  { color: #990000; }
    b.color2 { color: #FFD700; }
    b.color3 { color: #0000ff; }
    
    td.dropBack
    {
        background: #E4D1A9 url(/images/body-menu-drop-back.gif);
    }
     table.box {  border-bottom: solid 1px #4A3A2E; } tr.box_row1 {  background: #D0B081; } tr.box_row2 {  background: #947952; } td.box_header {  background: #7E593F;  color: #ffffff;  text-align: center;  font-weight: bold;  border-top: solid 1px #4A3A2E;  border-left: solid 1px #4A3A2E;  border-right: solid 1px #4A3A2E; } td.box {  border-top: solid 1px #4A3A2E;  border-left: solid 1px #4A3A2E; } td.box_left {  border-top: solid 1px #4A3A2E;  border-left: solid 1px #4A3A2E;  font-weight: bold;  width: 145px; } td.box_right {  border-top: solid 1px #4A3A2E;  border-left: solid 1px #4A3A2E;  border-right: solid 1px #4A3A2E; }