﻿.HomeTableStyle
{
    width: 100%;
    border-collapse: collapse;
}
.HomeTableStyle td.TableCell
{
    vertical-align: top;
}
.HomeTableStyle td.Title
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
.HomeTableStyle td.SeeAll
{
    font-family: Calibri;
    font-weight: normal;
    font-size: 1em;
    text-align: right;
}
.HomeTableStyle td.SeeAll a:link
{
    color: #0066cc;
}
.HomeTableStyle td.SeeAll a:visited
{
    color: #0066cc;
}
.HomeTableStyle td.SeeAll a:hover
{
    color: #0066cc;
    text-decoration: underline;
}
.HomeTableStyle table.Section
{
    width: 100%;
    vertical-align: top;
}

a.HomeSmallBanner img
{
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

a.HomeSmallBanner:hover img
{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}