@charset "utf-8";

body {
	background-color: #FFF;
	background-image: none;
}

.noprint {
	display:none;
}


#MainWrapper,#Content,#Content table.List{
	width: 100%;
	margin: 0;
	float: none;
	background-color: #FFF;
	background-image: none;
	color:#000;
}



#Banner,#footer,#global_TextNav,#global_SearchBox,#Translation,#LeftCol,.LeftNav {
	display: none;
}


div.returnNav {
	display: none;
}

a:link, a:visited {color: #781351}

div.PDFLink {
	margin-top:10px;
	padding:5px;
	font-size:90%;
	float:right;
	background-color:white;
	border:1px solid #CCC;
	
}

div.PDFLink a {
	padding-left:20px;
	height:40px;
	background-image:url(/navicons/pdf.gif);
	background-repeat:no-repeat;
}