HTML, BODY, TABLE {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000;
}
BODY {
	background-color: #ffe8df;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	margin:0px auto;
	width: 950px;
	padding: 3px;
	overflow: hidden;
	text-align: left;
}
a:link, a:visited, a:active {
	color: #000;
	font-weight: Bold;
	font-size: 10pt;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
H1 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: Bold;
	color: #000;
}
H2 {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: Normal;
	color: #000;
}
H3 {
	color: #000;
	padding: 0px;
	font-size: 11pt;
	font-weight: Bold;
	margin: 0px;
}
table.content {
	border: 1px solid #f9d8cb;
	background-color: #ffe8df;
}
table.content TD {
	background-color: #f9d8cb;
}
table.content TD.e {
	background-color: #fcf1ed;
	text-align: left;
}
table.content TD.e a {
	font-weight: Normal;
}
table.ext {
	text-align: center;
}
