Body
{
	font-family: Arial;
	margin: 0,0,0,0;
}

H2
{
    background-color: #3b4e85;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 20px;
    padding-right: 20px;
}

H3
{
    background-color: #6d81b6;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 15px;
    padding-right: 15px;
}

.AuthorLink
{
    color: #2c42cc;
    font-weight: bold;
}

.InfoLink
{
    color: #336eca;
    font-size: 10pt;
}

.MenuButton
{
    background-image: url('Images/btn_BG.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 127px; 
    height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    cursor: hand;
}

.NewsHead
{
    background-image: url('Images/NewsHead_BG.gif');
    background-repeat: no-repeat;
    color: White;
    font-size: 10pt;
    font-weight: bold;
}

.NewsText
{
    color: White;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
}

.DetailsText
{
    color: White;
    font-size: 11pt;
}

.PageHead
{
    color: White;
    font-size: 20pt;
    font-weight: bold;
    background: url('Images/PageHead_BG.gif');
    background-repeat: no-repeat;
    padding-right: 15px;
}

.PageContent
{
    font-size: 9pt;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
}

.QuestionTitle
{
    font-size: 11pt;
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

.Question
{
    font-size: 10pt;
    color: Black;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.Answer
{
    font-size: 10pt;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}