﻿.SupportName
{
    display: block;
    font-weight: bold;
    font-size: 1em;
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    letter-spacing: -1px;
    margin-top: 20px;
    border-bottom: #000000 1px solid;
    padding-left: 2px;
    line-height: 15px;
}
.SupportTable
{
    width: 100%;
    background-color: #ffffff;
}
.SupportImage
{
    width: 100px;
}
.SupportSite
{
    display: block;
}
.SupportSiteLink
{
    text-decoration: none;
    font-size: .8em;
    color: #0066ff;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
}
.SupportSiteLink:hover
{
    text-decoration: underline;
}
.SupportAddress
{
    font-size: .8em;
    color: #333333;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    line-height: 15pt;
}
