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

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

#top {
	display: none;
}

img.print {
	display:inline;
}
	
.table {
	padding: 2px;
	border: 2px solid #61ADF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	vertical-align: top;
}

h2 {
	color:#003862;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
p, li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
li, ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}			