﻿body
{
   padding: 0px;
   margin: 0px;
}
.news
{
}   

.headertable
{
   border-style: none;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   width: 100%;
}

.contenttable
{
   border: 1px solid #666666;
   width: 850px;
   text-align: left;
}

.logintable
{
   border: 1px;
   width: 100%;
}

.pagetitle
{
   font-size: x-large;
   vertical-align: bottom;
   text-align: right;
   text-indent: 20px;
}

.copyright
{
   text-align: center;
   font-size: xx-small;
   color: #999999;
}

A.copyright
{
   text-align: center;
   font-size: xx-small;
   color: #666666;
   text-decoration: none;
}

a.copyright:hover
{
   text-align: center;
   font-size: xx-small;
   color: #666666;
   text-decoration: underline;
}
