﻿body {
    background-image: url('images/background.jpg');
    font-family: Arial, Helvetica, sans-serif;
}
a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #FF0000;
    font-weight: bold;
}
.master-table
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1E4C6A;
    color: #FFFFFF;
}
.menu-table
{
    width: 950px;
}
.menu-hp
        {
    background-image: url('images/Menu/center.jpg');
    height: 30px;
    text-align: center;
}
.panel-acc
        {
            background-image: url('images/white-bg.png');
            color: #000000;
            padding: 10px;
        }
.table-rates
        {
    border: 1px solid #000000;
}
.cell-rates
        {
            border-style: ridge;
        }
.txt-top
{
    vertical-align: top;
}
.txt-bottom
{
    vertical-align: bottom;
}
.txt-centre
{
    text-align: center;
}
.txt-footer
        {
    color: #FFFFFF;
    background-color: #074166;
    font-size: small;
    text-align: center;
}
.txt-white
{
    color: #FFFFFF;
}
.bg-white
{
    background-color: #FFFFFF;
}
.watermark
{
    color: #808080;
    font-style: italic;
}

