@charset "utf-8";
/* CSS Document */

#print-header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
}
#header {
 display: none; 
}

#bottom-menu  {
 display: none; 
}
#right  {
 display: none; 
}
#footerline  {

	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.noprint  {
 display: none; 
}
#container  {
	
	background-color: #FFFFFF!important; margin: 0px;
	padding: 0px;
}
#content  {
	
	background-color: #FFFFFF; 	margin: 0px;
	padding: 0px; width: auto;
}
body {
	margin: 0px; 
	padding: 0px; background-color:#ffffff;
}

#title {		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;}
	

