body
{
  background-color: #ccffcc
}

table.header
{
   border-collapse: collapse;
             width: 730px
}
table.header tr td.center
{
        text-align: center;
         font-size: 200%;
       white-space:nowrap;
       font-weight: bold
}
table.header tr td.right
{
        text-align: right;
       font-weight: bold
}

table.body
{
             width: 730px;
            height: 100%;
        background: #000000;
           padding: 0
}
table.body tr td.left
{
             width: 115px;
    vertical-align: top
}
table.body tr td.right
{
    virtical-align: top;
        background: #ccffcc
}
table.body tr td.right p.title
{
        text-align: center;
         font-size: 200%;
       font-weight: bold;
        font-style: italic
}
table.body tr td.footer
{
        text-align: center;
         font-size: 50%;
             color: #ffffff
}

ul.NavBar
{
            margin: 0;
           padding: 0;
   list-style-type: none;
       line-height: 165%;
             width: 100%
}
ul.NavBar li
{
            margin: 0;
           padding: 0;
        border-top: 1px solid #555555;
     border-bottom: 1px solid #333333;
}
ul.NavBar li a
{
           display: block;
   text-decoration: none;
             color: #ffffff;
        background: #000000;
           padding: 0 10px 0 10px
}
ul.NavBar li a:hover
{
             color: #000000;
        background: #ccffcc url("./images/NavArrow.gif") no-repeat 0 9px
}

dl.Links dt a,
dl.News dt a
{
             color: blue;
       font-weight: bold
}
dl.News dd
{
        font-style: italic
}
