@charset "UTF-8";

#content .bluebacking
{
    color: #FFFFFF;
    background-color: #0080F0;
    padding-top: 2px;
    padding-bottom: 2px;
}
#content .orangebacking
{
    color: #FFFFFF;
    background-color: #EF3C24;
    padding-top: 2px;
    padding-bottom: 2px;
}
#content .bodytext
{
    color: #000000;
    font-size: 12px;
}
#content .form
{
    background-color: #704998;
    padding: 10px;
}
#content .error
{
    color: #ED950A;
}
#content .heading
{
    color: #704998;
    font-size: 18px;
    text-align: center;
    width: 470px;
    margin-bottom: 10px;
}
#content .blue
{
    color: #0080F0;
}
#content .orange
{
    color: #EF3C24;
}
#content a, #whatsnew a, #footer a
{
    text-decoration: none;
    color: #704998;
    font-weight:bold;
}
#content a:hover, #content a:focus, #whatsnew a:hover, #whatsnew a:focus, #footer a:hover, #footer a:focus
{
    color: #0080F0;
}