HTML, BODY
{ 
    height:100%;
    font-family: Trebuchet MS;
    font-size: 12px;
    margin: 0px;
    color: #FFFFFF;
} 

TABLE, TR, TD, DIV, SPAN, SELECT
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin: 0px;
    color: #FFFFFF;
}

A, A:link, A:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}

A, A:hover
{
    text-decoration: none;
}


.MainContainer
{
    background-color: #8299b8;
}

.SystemText
{
    color: #FFFFFF;
    font-style: italic;
}

.DescriptionText
{
    font-size: 11px;
    color: #dbdad8;
}

.Title
{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.Date
{
    font-size: 11px;
    color: #93c4fc;
}

A.MoreLink, a.MoreLink:link, a.MoreLink:visited
{
    font-family: Tahoma;
    font-size: 11px;
    color: #b0f4a9;
    text-decoration: underline;
}
A.MoreLink:hover
{
    text-decoration: none;
}

A.PagerLink, a.PagerLink:link, a.PagerLink:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #acf5a4;
    text-decoration: underline;
}
A.PagerLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

A.PagerLinkSelected, a.PagerLinkSelected:link, a.PagerLinkSelected:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
A.PagerLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

A.SiteLink, a.SiteLink:link, a.SiteLink:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
A.SiteLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

A.AskAQuestion, a.AskAQuestion:link, a.AskAQuestion:visited
{
    font-family: Tahoma;
    font-size: 11px;
    color: #b0f4a9;
    text-decoration: none;
}
A.AskAQuestion:hover
{
    text-decoration: none;
}
