﻿.noprint
{
	display: none;
}
.printonly
{
    display: block;
}
.col-body
{
	width: 100%;
}
.col-body-company
{
	width: 100%;	
}
.col-companycontent
{
    width:600px;    
}
.col-featured
{
    width:0px;
}
/*** fixed FireFox cut off bug ***/
.block
{
	overflow:visible !important; 
}

