﻿.CommonTitle {
    color: #000000;
    font-family: Tahoma;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}
.CommonHeader1 {
    color: #000000;
    font-weight: lighter;
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.CommonHeader2 {
    color: #576fa5;
    font-weight: lighter;
    font-size: 110%;
    margin-top: 12px;
    margin-bottom: 6px;
}
.CommonContent {
    font-size: 100%;
    color: #303440;
    margin: 2px 5px 2px 10px;
}
.CommonFeatures {
    font-weight: 700;
    color: #595d66;
}
.CommonFooter {
    padding-top: 8px;
    color: Black;
    font-size: 12px
}
.ImageTitle {
    color: #000000;
    line-height: 20px;
}
a.link {
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}