body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	background-color: #444444;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	font-size: 0.85em;
	padding-top: 15px;
	padding-bottom: 15px;
}

#banner h1 {
	font-size: 1.8em;
	font-weight: normal;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #222222;
	background-color: #FFFFFF;
	background-image: url(../images/htmlmail/content_rounded_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 50px 75px;
	margin: 0px;
}

#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a {
	color: #0000FF;
}

#content a:hover {
	color: #993300;
	text-decoration: none;
}

#content ol {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
}

#content li {
	margin-bottom: 10px;
}

#item {
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#previous {
	padding-top: 35px;
}

#produced {
	font-size: 0.75em;
	background-image: url(../images/htmlmail/content_rounded_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 10px;
}
