﻿.Instruction
{
    font-size:12px;
    color: Gray;
    font-weight:bold;
}

.ContentText
{
    font-size: 90%;
}

.Title_Bar
{
    background-image: url("Images/Page/Title_Bar.jpg");
    background-repeat: no-repeat;
    color: White;
    width: 100%;
    height: 31px;
    padding: 3px 0px 0px 30px;
    font-size: 14pt;
    font-weight: bold;
}


.MainContentArea
{
    margin-top: 5px;
}

.Prog_Title_Bar
{
    background-image: url("Images/PRog_Title_Bar.jpg");
    background-repeat: no-repeat;
    width: 522px;
    height: 31px;
    font-weight: bold;
    font-size: 110%;
    padding: 8px 0px 0px 30px;
}

.Prog_Content_Title
{
    font-weight: bold;
    font-size: 110%;
    margin-bottom:10px;
    margin-top:15px;
}

