@import url(Common.css);



h1.Main { background: url(../Images/Header-About.jpg) no-repeat; }

.Flash {
    background: url(../Images/Flash-Yellow.jpg) no-repeat;
}

    .ColumnA {
        clear: both;
    }
    
    .ColumnA h2 {
/*
        font-size: 1.5em;
        font-weight: normal;
*/
		margin-top: 0px;
    }
    
    .ColumnA h2 .Phrase1 { color: #000; }
    .ColumnA h2 .Phrase2 { color: #cc0000; }
	
.ColumnA a {
    color: #cc0000;
    font-weight: bold;
}

.ColumnA a:hover {
    text-decoration: underline;
}


	
	.Snippet p.Invisible { display: none; }
	.Snippet p.Visible { display: block; }
	.Snippet p.Error { color: #cc0000; }
	
	 .NewsletterForm label { width: 30px; }
	 .NewsletterForm input { width: 120px; }
	 .NewsletterForm input.ShortField { width: 95px; }
	 
	 .NewsletterRegisteringSnippet,
	 .NewsletterRegisteredSnippet { display: none; }
	 .NewsletterRegisteredSnippet p { color: #66cc33; }
	 .NewsletterRegisteringSnippet p { color: #ff860f; }
	 .NewsletterRegisteredSnippet .Demonz { color: #cc0000; }