div#footer
{
    height:30px;
    position:relative;
    z-index:99;
}


#footer ul
{
    list-style:none;
}

#footer ul li
{
    display:block;
    padding-right:25px;
}

#footer ul li a
{
    text-decoration:none;

}

table#footer_table tr td
{
    padding-right:10px;
}

.no_decoration
{
text-decoration:none;
}

.red
{
    color:#DD3333;
    
}

.blue
{
    color:#0066CC;
   
}

.gold
{
    color:#FFD777;
  
}

.green
{
    color:#11AA11;
    
}

.default
{
    color:black;
    
}