﻿.topbar
{
    width:100%;
    height:25px;
    color:White;
    background-color:#AF0000;
    font-family: Arial;
    font-size:16px;
    padding-top:3px;
    padding-left:5px;
    font-weight:bold;
    border: solid 1px #FF0000;
}

.menu
{
    background-position: center bottom;
    display: block;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    background-image: url(bar.gif);
    color: white;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    width:162px;
    height:25px;
    padding-top:5px;
    margin-bottom:5px;
}

.menu:Visited
{
    color:White;
}

.menu:Hover
{
    background-image: url(bar-over.gif);
   
}
.logintext
{
    font-family: Arial;
    font-size: 10pt;
    width: 70px;
    color: black;
    height: 13px;
}

.maintext
{
    font-family: Arial;
    font-size: 10pt;
    text-align:justify;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    color: #000000;
}

.footer
{ 
    font-family: Arial;
    font-size: 7pt;
    text-align:center;
    color: White;
    height: 16px;
    background-color: Black;
}

.footer a
{
    color: White;
}

.contact_tbl
{
    background-color: #ffffff;
    border: dotted 1px #000000;
    margin-left: 20px;
    font-family: Arial;
    font-size:10pt;
    color:black;
    
   
}


.red_heading
{
    background-color: #AF0000;
    font-weight: bold;
    font-family: Arial;
    color: #ffffff;
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  
}

.smalltext
{
    color: #000000;
    font-size: 9pt;
    font-family: Arial;
    padding-top: 5px;
}
