body {
	background:#555555;
}

table.top {
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

table.left {

	width:500px;
	height:100%;
}

td.left {
	width:506px;	
	height:100%;
	margin: 0 auto;
}

td.logo {
	background:red;
	text-align:center;
	height:300px;
	margin:2px;
	border: 1px solid black;
}

td.capture {
	text-align:center;
	vertical-align:top;
	margin:2px;
	border: 1px solid black;
	background:white;
	height:auto;
}


table.right {
	width:100%;
	height:100%;
	margin: 0 auto;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table.right td {
	background:white;
	border:1px solid #AAAAAA;	
	vertical-align:top;
	padding:10px;
	
}

table.right h1 {
	font-size:16pt;
	font-weight:bold;
	color:maroon;
	display:block;
	border-bottom:1px solid maroon;
}
	




