﻿body
{
    font-size: 13px;
    margin: 0px 0px;
}

table
{
    border-collapse:collapse;
}

a
{
    text-decoration: none;
    color:#545454;
}

a:hover
{
    color: #243686;
} 

.bottomPanel
{
    position:fixed;
    bottom:1px;
    background-image: url(../images/bottom_bg.jpg);
    height: 30px;
    margin: 0px auto;
    width: 100%;
    line-height:25px;
}

.bottomLable1
{
    font-weight: bold;
    color: #666666;
}