body { 
  color : #000000; 
  background : #FFFFFF;
}
a {
  text-decoration : underline; 
  color : #000000; 
}
.screenOnly {
   display: none;
}

/* remove float, reset margin and position plus change width to auto
   to fix stylesheet's bug  */
* {
	float: none !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

* html div {
	width: auto !important;
/*	position: static !important; */
}
/* modified by Eric Ng for RETAS - Start */
.printOnly {
	font-family: Arial,Helvetica,sans-serif,DFSongStd;
	font-size: 15px;
	font-weight: bold;	
	display:block !important;
}
/* modified by Eric Ng for RETAS - End */
.printfix1 {
	float:left !important;
}