﻿.mainHeader
{
    border: solid 1px #d0d0d0;
    border-bottom: solid 1px #c61f09;
    font-weight: bold;
    background-image: url(../images/headerBg.gif);

    height: 13px;
    
    position: relative;
    
    color: #000000;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.contentLine
{
    border-bottom: solid 1px #e3e6ef;
}

.altAddress
{
    padding: 3px;
}
    .altAddress:Hover
    {
        background-color: #e9e9e9;
        cursor: pointer;
    }
