body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
td.showLeft {
	border-left: dashed 1px #000000;
	border-top: dashed 1px #000000;
	border-bottom: dashed 1px #000000;
	border-right: 0px;
	padding: 5px;
	width: 150px;
	background-color: #cddbe9;
}
td.showRight {
	border-right: dashed 1px #000000;
	border-top: dashed 1px #000000;
	border-bottom: dashed 1px #000000;
	border-left: 0px;
	padding: 5px;
	vertical-align: top;
	background-color: #cddbe9;
}
table.preformances {
	margin: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.emailUpdates {
	margin-left: 50px;
	margin-top: 32px;
	width: 400px;
}
tr {
	vertical-align: top;
}