.printBlock
{
	display:block;
}

.printInline
{
	display:inline;
}

.noPrint
{
	display:none;
}

body
{
	background-color:#ffffff;
}

div#header
{
	background-image:none;
	height:auto;
	text-align:left;
}

div#main
{
	border-top:solid 1px #dddddd;
}

div.MenuBot
{
	border:solid 1px #c4c4c4;
	border-top:none;
	width:189px;
	*width:191px;
}

div.MenuFive div.MenuBot
{
	width:149px;
	*width:151px;	
}

div#footer
{
	height:0px;
	overflow:hidden;
}
