/* Standard Formats
///////////////////////////////////////////////////////////////////////////////*/
.meta
{
    display:none;
}
img{border:0px;}

br.clr, div.clr
{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
    overflow:hidden;
}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}


/* Messages / Colors
////////////////////////////////////////////////////////////////////////////////////////////////*/

#top h1
{
    font-size:14px;
    margin:0px;
    padding:0px;
    line-height:11px;
    font-family:arial
}

#top h1 span.red
{
    color:#d30402;
}

#top h1 span.white
{
    font-size:10px;
    color:#FFF;
    font-weight:normal;
}

#content h1
{
    background: url("../images/h1.gif") 0px 2px no-repeat;
		padding:0px;
		padding-left:23px;
		margin-top:0px;
		margin-bottom:6px;
		color:#db1705;
		font-size:16px;
		border-bottom:1px solid #db1705;
}
