div.top {
	display: none;
}
div.breadcrumbs {
	display: none;
}
div.content-left {
	display: none;
}
div.content-right {
	display: none;
}
div.footer {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #f1f2f2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
}

* {
	outline-style: none;
	margin: 0;
	padding: 0;
}

.content-body {
	min-height:600px;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Clear for IE6 */
* html .clearfix {
	height: 1%;
}

/* Clear for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

br.clearer {
	display: block;
	clear: both;
	height: 0;
}

ul {
	list-style:none;
}

.bold {
	font-weight:bold;
}

#printToolbar {
	width:540px;
	height:30px;
}

#printPrintLink {
	margin-left:30px;
	float:left;
}

#printCloseLink {
	float:right;
}