@charset "UTF-8";


	/*******
	* PRINT *
	********/

body {
	background:white;
}
a {
	margin:0;
	padding:0;
	background:none;
	color:#006db0;
}
a:hover, a:focus, a:active  {
	text-decoration:underline;
	color:#333333;
}
#main_content,
.print {
	width:980px;
	margin:0 auto;
}
.bar {
	margin:10px 0;
	padding:5px 7px;
	background:#deecf5;
}
.printLink, .noPrintPage {
	display:none;
}

@media print {
	.noPrint {
		display:none;
	}
}
