﻿body 
{
    margin-left: 0px;
    margin-top: 0px;
    background-color: white;
    color: #333300;
    font-family: arial;
    font-size: 12px;
}
.header
{
    font: 10px Arial Unicode MS;
    font-weight: bold;
    color:black;
    text-decoration: none;
}
a.header:hover
{
    font: 10px Arial Unicode MS;
    font-weight: bold;
    color: red;
    text-decoration: none;
}
.headerred
{
    font: 12px Arial Unicode MS;
    font-weight: bold;
    color:red;
    text-decoration: none;
}
a.headerred:hover
{
    font: 12px Arial Unicode MS;
    font-weight: bold;
    color:black;
    text-decoration: none;
}
.form
{
    border-right: #990000 1px solid;
    border-top: #990000 1px solid;
    font-size: 11px;
    border-left: #990000 1px solid;
    width: 100px;
    border-bottom: #990000 1px solid;
    font-family: arial;
    background-color: #ffffff;
    text-align: left;
    width: 100px;
}
.heading
{
    font: 11px verdana;
    font-weight: bold;
    color: black;
}
.headingbold
{
     
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
 
    }