/** 
{
	visibility: hidden;
}
*/

table.layout
{
	border-collapse : collapse;
	background-color : none;
}

table.layout td.contentContainer
{
	width : 95%;
}

table.layout td.contentContainer, table.layout td.contentContainer *
{
	
	/*visibility : visible;*/

}

.hidePrint
{
	display : none;
}

table.layout * A:link
{
	color : #222222;
	text-decoration : none;
}

td.sideArea
{
	display : none;
}

td.LeftArea
{
	display : none;
}

.mainBody {
	table-layout: auto !important;
}

.printOnly {
	display: block !important;
}
