html, body {
margin: 10px;
padding: 0;
font-size: 14px;
font-family: arial, verdana, helvetica, sans-serif;
background-color: #ffffcc;
color: #000000;
}

.green {
	color: green;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#Footer {
	width: 100%;
	color: black;
	margin: 0px 0px 0px auto;
	border-top: 1px solid #f4a460;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
}

#Footer table {
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	}

.tablinecm {
	text-align: center;
	vertical-align: middle;
}

.tablinecb {
	text-align: center;
	vertical-align: bottom;
}

.tablinec {
	text-align: center;
}