.staticMenu, 
.botFood, 
.menuCont, 
.leftCont, 
.footerCont, 
#topCont,
#menu,
#goTop
{
    display:none;
    height:0;
}
.canvas
{
    width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
a:link, a:visited 
{
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border:none;
}
img 
{
    border:none;
}
#printLogo
{
    display:block;
}


/*Content*/
body
{ 
    color:#000;
    font-size:11px;
    line-height:140%;    
    font-family: Arial, Helvetica, sans-serif;
    
}
b, strong
{
    font-weight:bold;
}
i, em
{
    font-style:italic;
}
ul
{
    list-style-type:square;
    list-style-position:inside;
}
ol
{
    list-style-type:decimal;
    list-style-position:inside;
}
ol, ul
{
    margin-left:5px;
}
li
{
    margin-left:10px;
    padding-left:5px;
}
p
{
    padding-top:8pt;
    padding-bottom:8pt;
}


#topmenuCont, #footer, #search, leftCont {
	display:none;
}