a
{
   color: black;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}


table
{
   font-family: Verdana;
   font-size: 10px;
}

td
{
   font-family: Verdana;
   font-size: 10px;
}




.inputbox
{
   height: 16px;
   width: 80px;
   font-family: Verdana;
   font-size: 10px;
}

.newslink {
   text-decoration: underline;
   color: gray;
}

.button { 
    border: 1px #000000; 
    border-style : dashed; 
    background : #F5F5F5; 
    font-family : Verdana; 
    font-size : 10px; 
    color: #000000;  
    font-weight : bold; 
    }

.editbox { 
    border: 1px #000000; 
    border-style : dashed; 
    background : #F5F5F5; 
    color : #000000; 
    font-family : Verdana; 
    font-size : 10px; 
    }

.table0 {
    color : #000000;
    font-size : xx-small;
    background-color : #F5F5F5;
    border-bottom : 1px solid #000000;
}

.table1 {
    color : #000000;
    font-size : xx-small;
    background-color : #FFD466;
    border-bottom : 1px solid #000000;
}