﻿body
{
    background-color: #f5f5f5;
}

table
{
    border:0;
    width:90%;
}

.HeaderLine
{
    background-color: #515151;
    font-family: Tahoma, Arial;
    color: #f5f5f5;
    text-align: center;
    font-weight: bold;
}

.HeaderCell, a.HeaderCell
{
    background-color: #2b2b2b;
    font-family: Tahoma, Arial;
    color: #f5f5f5;
    text-align: center;
    text-decoration:none;

}

.HeaderCell a:hover
{
    color: #ffffff;
    text-decoration:none;
}

.ImageCell
{
    background-color: #f5f5f5;
    text-align: center;
    width:30%;
    height:102px;
    vertical-align: middle;
}

.SpaceCell
{
    text-align: center;
    height: 1px;
    font-size: 1px;
}

.GalImage
{
    width: 130px;
    height: 87px;
}


