@CHARSET "UTF-8";

.notInPrint {
	display: none;
}

.onlyPrint {
	display: block;
}

a {
	color: black;
}

h3 {
	color: black;
}

h5 {
	color: black;
}

div#container	{
	width: 100%; 
	top: 0px; 
	left: 0px; 
	float: left;
	text-align:left; 
	border-bottom-style: none;
	border-right-style: none;
	background-image: none;
}

body{	
	margin:0px;
	padding:0px;
	color: #000000; 
	font: 11px/14px Verdana, arial, sans-serif; 
	background-color: #FFFFFF; 
	background-image: none;
	}
