/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: none;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 128.5%;
	color: #000000;
}

#langNav,
#mainNav,
#leftCol,
#footer {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head {
	position: relative;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 149px;
	height: 45px;
}

#head h1 img {
	position: absolute;
	z-index: 999;
	left: 10px;
	top: 10px;
	border: none;
}

#midCol {
	position: relative;
	margin-top: 30px;
}

#midCol h2,
#midCol h2 a,
#midCol h3,
#midCol h3 a,
#midCol h4,
#midCol h4 a {
	color: #000000;
}

#midCol h3,
#midCol h3 a,
#midCol h4,
#midCol h4 a {
	color: #000000;
}

#midCol p {
	font-size: 13px;
	line-height: 14px;
}

#midCol a {
	color: #000000;
}

#midCol .ctArea ul li {
	list-style: disc inside;
	background-image: none;
}

.sectionFrame1 .fce2Columns .fceLeftCol {
	width: 148px !important;
	width: 148px;
	float: left;
}

.sectionFrame1 .fce2Columns .fceRightCol {
	width: 400px !important;
	width: 400px;
	margin-left: 20px;
	float: left;
}

.sectionFrame1 .fce3Columns .fceMidCol,
.sectionFrame1 .fce3Columns .fceRightCol {
	width: 100%;
}

.sectionFrame1 .fce3Columns .fceLeftCol {
	display: none;
}

.sectionFrame1 .fce3Columns .fceRightCol {
	float: none !important;
	float: left;
}

