body
  {
    margin: 0px;
    font-family: Tahoma, Helvetica, Sans Serif;
    font-size: 11px;
    color: #f7f3d7;
    background-color: #3a4b7c;
    margin:0px;
    scrollbar-3dlight-color: #959bae;
    scrollbar-arrow-color: #3a4b7c;
    scrollbar-base-color: #959bae;
    scrollbar-darkshadow-color: #959bae;
    scrollbar-face-color: #959bae;
    scrollbar-highlight-color: #3a4b7c;
    scrollbar-shadow-color: #3a4b7c;
    scrollbar-track-color: #3a4b7c;
  }
table            {
                   margin: 0px;
                   padding: 0px;
                   border-spacing: 0px;
  }
table.inmain     {
                   padding:10px;
                   color: #3a4b7c;
  }
td.content       {
                   padding-left: 5px;
                   padding-right: 5px;
                   font-weight: bold;
                   font-size: 12px;
                   height: 26px;
  }
td.members       {
                   font-size: 10px;
                   padding-left: 10px;
                   padding-right: 5px;
                   height: 26px;
  }
td.title_left    {
                   text-align: left;
                   background-color: #800000;
                   height: 77px;
  }
td.title_right   {
                   text-align: right;
                   background-color: #800000;
                   height: 77px;
  }
td.title_middle   {
                   text-align: right;
                   color: #f7f3d7;
                   background-color: #800000;
                   height: 77px;
  }
td.main          {
                    background-color: #959bae;
                    color: #3a4b7c;
  }
h1               {
                    font-size: 25px;
  }
a                {
                   text-decoration: none;
                   color: #f7f3d7;
  }
a:hover          {
                   text-decoration: underline;
                   color: #f7f3d7;
  }
input, textarea, select {
                   background-color: #3a4b7c;
                   color: #f7f3d7;
                   border: 1px solid #666666;
                 }
p.newsdate       {
                   margin: 0px;
                   margin-bottom: 2px;
                   font-weight: bold;
                 }
p.newstitle      {
                   margin: 0px;
                   margin-left: 20px;
                   margin-bottom: 4px;
                   font-weight: bold;
                   text-decoration: underline;
                 }
p.newstext       {
                   margin: 0px;
                   margin-left: 20px;
                   margin-bottom: 4px;
                 }
p.newsinfo       {
                   margin: 0px;
                   margin-bottom: 15px;
                   color: #cccccc;
                   font-style: italic;
                   font-size: 9px;
                   text-align: right;
                 }
