﻿h1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    line-height: 28px;
}

h1 .Light
{
    color: #FAA21C;
}

h1 .Light a
{
    color: #FAA21C;
    text-decoration: underline;
}

h1 .Light a:hover
{
    color: #CCC6BC;
    text-decoration: none;
}

h1 .Dark a
{
    color: #FFFFFF;
    text-decoration: underline;
}

h1 .Dark a:hover
{
    color: #CCC6BC;
    text-decoration: none;
}

h1 .Dark
{
    color: #ffffff;
}

.ContentTable
{
    font-family: arial;
    margin-top: 15px;
    margin-left: 15px;
}

.ContentTopLeftCorner
{
    background-image: url('../Images/ContentTopLeftCorner.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
}

.ContentTop
{
    background-color: #000000;
}

.ContentTopRightCorner
{
    background-image: url('../Images/ContentTopRightCorner.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.ContentLeft
{
    background-color: #000000;
}

.ContentText
{
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #CCC6BC;
    background-color: #000000;
    padding: 10px;
}

.ContentRightRepeater
{
    background-image: url('../Images/ContentRightRepeater.png');
    background-repeat: repeat-y;
}

.ContentBottomLeftCorner
{
    background-image: url('../Images/ContentBottomLeftCorner.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
}

.ContentBottomRepeater
{
    background-image: url('../Images/ContentBottomRepeater.png');
    background-repeat: repeat-x;
}


.ContentBottomRightCorner
{
    background-image: url('../Images/ContentBottomRightCorner.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

