body {
	text-align: center;
	margin: 0px;
}
td {
	text-align: left;
}
td.container {	
	border-style: solid;
	border-color: #afafaf;
	border-width: 1px;
	border-top: 0px;
	
}
td.redbottom {
	border-bottom-style: dashed;	
	border-bottom-color: #FE0404;
	border-bottom-width: 2px;
}
td.bluebottom {
	border-bottom-style: dashed;	
	border-bottom-color: #0B3E87;
	border-bottom-width: 2px;
}
h3 {
	display: inline;
	color: #18177F;	
}
p {
	margin-left: 8px;
	margin-right: 8px;
}