body {
	font-family: sans-serif;
	font-size: 9pt;
	background-color: #FEFEF2;
	margin: 0px;
	padding: 0px;
}

table, input, textarea {
	font-family: sans-serif;
	font-size: 9pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
}

a.title {
	font-weight: bold;
	font-size: 11pt;
}

div.box {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	padding-bottom: 5px;
}

td.top {
	height: 130px;
	background-color: #E9EAD9;
	border: solid black 1px;
	border-bottom: none;
}

td.content {
	width: 700px;
	background-color: #E9EAD9;
	vertical-align: top;
	border: solid black 1px;
	border-top: none;
	border-bottom: none;
	padding: 10px;
}

td.bottom {
	width: 700px;
	height: 30px;
	background-image: url(../images/bottom.jpg);
	border: solid black 1px;
}