body
{
	margin:0px;
	padding:0px;
	font-size:100%;
}

a
{
    text-decoration: none;
}

#header_right,
#main_menu,
#breadcrumb, 
#left_menu, 
#content_right, 
.important_info, 
#footer .site_info
{
    display: none;
}

#logo
{
    display:block;
}

#footer
{
   border-top: 1px solid #000;
   clear:both;
   width:100%;
}

#footer ul
{
    float:left;
    display:block;
    list-style: none outside none;
}

#footer ul li
{
    padding-left: 15px;
    float: left;
}

TABLE.default
{
	width:80%;
}

TABLE.default th
{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;    
}

TABLE.default td
{
    border-bottom: 1px solid #CCC;
}

