/* Standard Formats
///////////////////////////////////////////////////////////////////////////////*/

#content img{border:1px solid #CFCFCF;margin:7px;}

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

.left
{
    float:left;
}

.right
{
    float:right;
}

.center
{
    width:100%;
    text-align:center;
}

a.auto
{
    display:inline;
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
}



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



.ok
{
    font-size:10px;
    color:#339933;
    font-weight:bold;
}

.err
{
    font-size:10px;
    color:#CC3333;
    font-weight:bold;
}

/* Special Formats
/////////////////////////////////////////////////////////////////////////////////////////////////*/


h1
{
    font-size:1.2em;
    color:#FFF32D;
    margin-top:10px;
    margin-bottom:10px;
}

h2
{
    font-size:1.0em;
    color:#FFF32D;
    margin-top:10px;
    margin-bottom:0px;
    font-weight:normal
}

#footer a, #content a
{
    color:#A5CDF7
}

a b big
{
    font-size:20px;
    font-weight:normal;
    margin-left:4px;
    margin-right:4px;
}


