body {
	font-family: Tahoma, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;

	/* IE6 */
	text-align: center;
}
img {
	border-style: none;
}
input, textarea, button {
	font-family: Tahoma, Sans-Serif;
	font-size: 8pt;
}
form {
	margin: 0px;
}
div.header {
	width: 600px;
	text-align: center;
	border-bottom: #c6c6c6 solid 1px;
	padding: 0px 10px 10px 10px;
	margin: auto;
}
div.imageheader {
	width: 620px;
	text-align: center;
	border-bottom: #c6c6c6 solid 1px;
	padding: 0px 0px 10px 0px;
	margin: auto;
}
div.body {
	width: 600px;
	text-align: justify;
	border-bottom: #c6c6c6 solid 1px;
	padding: 10px;
	background-color: #f6f6f6;
	margin: auto
}
div.footer {
	width: 600px;
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin: auto;
}
div.heading {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #cc6633
}
a:visited {
	text-decoration: underline;
	color: #cc6633
}
a:hover {
	text-decoration: underline;
	color: #ff9966
}
a:active {
	text-decoration: underline;
	color: #cc6633
}