.content_cell {
	padding: 20px;
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #D8D87C;
	height: 100%;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #511D0B;
}
a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #B44018;
	text-decoration: none;
}

.submitButton {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	cursor: hand;
	background-color: #913413;
	text-align: center;
}