body {
	margin: 0;
	padding: 30px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;	
	color: #000;
	font-family: "Verdana", "Arial", "Helvetica" sans-serif;
}

/* =print styles
----------------------------------------------- */
table {
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

table p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 9px;
}

table th {
	margin: 0;
	padding: 3px;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #999;
}

table td {
	margin: 0;
	padding: 0 3px 0 3px;
	text-align: left;
	border-bottom: 1px solid #999;
	font-size: 9px;
}

table tr {
	vertical-align: top;
}

table tr.alt {
	background: #f1f1f1;
}