﻿.BannerHeading
{
    font-family: Arial;
    font-size: 20.5px;
    font-weight: bold;
}
.BannerSubHeading
{
    font-family: Arial;
    font-size: 14.5px;
    font-weight: bold;
    color: #4A4A4A;
}
.MyLink
{
    vertical-align: middle;
    font-family: Arial;
    font-size: 12.5px;
    font-weight: bolder;
    color: #E2490A;
}
.MyLink A
{
    color: #E2490A;
    text-decoration: none;
}
.MyLink A:Visited
{
    color: #E2490A;
    text-decoration: none;
}
.MyLink A:Hover
{
    color: #E2490A;
    text-decoration: underline;
}