@charset "utf-8";


div#flashheader
{
    position: absolute;
    left: 525px;
    top: 60px;
    width: 350px;
}
	div#flashheader.flash-replaced div
    {
        visibility: hidden;
        display: none;
    }
    
    div#flashheader h2
    {
    	font-weight: normal !important;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        margin: 0px;
        font-family: "VAG Rounded W01 Light","Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    div#flashheader h3
    {
        font-weight: normal !important;
        line-height: 1.3em;
        color: #038;
        margin: 0px 0px 5px 0px;
        font-size: 18px;
        font-family: "VAG Rounded W01 Light","Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    div#flashheader a
    {
        color: #038;
    }
        div#flashheader a:hover
        {
            color: #000;
     	}
