/* black and white unless otherwise stated */
html, body, body * {
	background:#fff;
	color:#000;
	font-size: 12px;
}

/* generic no print */
/* don't print objects, unless specified */
.off, tr .off, .noPrint, embed {
	display:none;
}

img.print {
	display:inline;
}
	
table, table.news1 {
	padding: 2px;
	border: 1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}

td {
	vertical-align: top;
	background-color: #FFFFFF;
}