﻿@charset "utf-8";


div#flashheader
{
    position: absolute;
    left: 435px;
    top: 60px;
}
	div#flashheader.flash-replaced div
    {
        visibility: hidden;
        display: none;
    }
    
    div#flashheader h2
    {
        font-size: 1.9em;
        color: #fff;
        text-transform: uppercase;
        margin: 0px;
    }
    div#flashheader h3
    {
        font-weight: normal;
        line-height: 1.2em;
        color: #038;
        margin: 0px 0px 5px 0px;
    }
    div#flashheader a
    {
        color: #038;
    }
        div#flashheader a:hover
        {
            color: #000;
        }