/* CSS Document */

/* remove non-printing items */
			
.r {display: none;}
table.r {display: none;}
td.r {display: none;}


/* reset tables to relative widths */

.w {width: 100%; margin: auto;}
table.w {width: 100%; margin: auto;}
td.w {width: 100%; margin: auto;}

/* set font and background */

body {background-color: white; font: 9px "Times New Roman", times, serif; color: black;}


