* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body {
	background-color: #FFFFFF;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

P {
	margin: 14px 0px 0px 0px;
}

table {
	border:0px solid black;
}

table td {
	border:0px solid black;
	padding: 0px;
}

/** Body **/

div#Body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 752px;
	height: 575px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #DDDDDD;
	background-color: #FFFFFF;
	
}

div#Content {
	position: relative;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 103px;
	padding-bottom: 8px;
}

div#Footer {
	width: 747px;
	height: 34px;
	margin-top: 8px;
	border: 0px solid #000000;
	background-color: #BED63D;
	text-align: left;
}

td.red {
	background-color: #E7472E;
}


/** Text **/

span.redbold {
	font-weight: bold;
	color: #000000;
}

span.lbluebold {
	font-weight: bold;
	color: #C94933;
}

span.footer {
	padding-left: 14px;
	font-size: 9px;
	color: #000000;
	line-height: 32px;
}