@charset "utf-8";
/* CSS Document */


#header, .subMenuHolder, #containerLeft, .userMenuAction, .breadcrumb, #contentRight, .userMenuActionBrd, #footer {
	display: none;
}


#headerPrint {
	display: block;
	width: 650px;
	margin: 0;
}
#headerPrint .www {
	text-align: right;
	font-weight: bold;
	line-height: 700%;
}
#logo {
	padding: 0px;
}
.headerTitle {
	width: 600px;
}
.headerTitlePrint {
	border-bottom: 0px;
}
#contentLeft {
	width: 600px;
}
#footerPrint {
	display: block;
	width: 600px;
	margin-left: 55px;
	margin-top: 30px;
	border-top: 1px solid #666666;
}
#content {
	width: 600px;
}

img.longImage {
	width: 600px;
}



#contentLeft table.tableFormatted tr td, #content table.tableFormatted tr td,
#contentLeft table.tableFormatted tr.odd td, #content table.tableFormatted tr.odd td,
#contentLeft table.tableFormatted thead tr td, #content table.tableFormatted thead tr td,
#contentLeft table.tableFormatted tr td.leftColumn, #content table.tableFormatted tr td.leftColumn,
#contentLeft table.tableFormatted tr td.rightColumn, #content table.tableFormatted tr td.rightColumn,
#contentLeft table.tableFormatted tr.last td, #content table.tableFormatted tr.last td {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#contentLeft table.tableFormatted, #content table.tableFormatted {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-right: 0px;
}


























