body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.content {
	padding: 10px;
}
table.box {
	border: 2px solid black;
	border-collapse: collapse;
}
table.box th {
	border: 2px solid black;
	background-color: #BD0000;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
table.box td {
	background-color: white;
	color: black;
	font-size: 11px;
}
table.box td.border {
	border: 2px solid black;
}
h1 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
}
p {
	margin-top: 0px;
}
table.dashed td {
	border: 1px dashed #CCCCCC;
}

