BODY {
	font-family: Arial,Sans serif,Helvetica;
	font-size: 8pt;
	font-weight : normal;
	font-style : normal;
	color: #000000;
	background-color:#FFFFFF;
	background-image:url("images/logo4print.jpg");
	background-repeat: no-repeat;
	background-position: top right ;
}
TABLE,TD {
	font-family: Arial,Sans serif,Helvetica;
	font-size: 8pt;
	font-weight : normal;
	font-style : normal;
	color: #000000;
	background-color:#FFFFFF;
	background:none;
}
.hide4print {
	display:none;
}
TR.hide4print,TD.hide4print {
	display:none;
	width:0px;
	background-color:#FFFFFF;
	background : none;
}
Table.show4print,TR.show4print,TD.show4print {
	font-family: Arial,Sans serif,Helvetica;
	display:'';
	width:600px;
	background-color:#FFFFFF;
	color: #000000;
	background : none;
}

a,a:visited,a.active,a:hover {
text-decoration:none;
font-size:11px;
color:#999999;
font-weight:bold;
}