body {
	font-family: Arial;
	font-size: 8pt;
	color: #a52805;
	background-color: #a52805;
	text-align: center; /* for IE */
}

td {
	font-family: Arial;
	font-size: 8pt;
	text-align: center;	
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #a52805;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #a52805;
	font-weight: bold;
}

.header {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
	background: #a52805;}

.content {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 750px;
	background: #ffffff;}