body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.2;
}
table {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #cd061e;
}
a:hover {
	text-decoration: underline;
	color: #cd061e;
}
h1 {
	padding: 0px;
	margin: 0px 0px 22px 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
	color: #CD061E;
}
p {
	text-align: justify;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
.page_centered {
	position: absolute;
	width: 997px;
	left: 50%;
	margin-left: -498px;
}
table.normal, tr.normal, th.normal, td.normal {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
span.red_list {
	color: #cd061e;
}