/* CSS Document */
body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: #3C352B;
		background: #675B49;
		line-height: 1.5;
}

h1 {
	color: #804A63;
	font-weight: bold;
	font-size: 1.5em;
}

#formcontent {
	width: 800px;
	margin: auto;
	background: #C6BB9F;
	text-align: center;
	font-size: 1.2em;
}

table {
	border: thin dotted #3C352B;
	padding: 10px;
}

th {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 12px;
}

td {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 12px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}


a:link {
	color: #3C352B;
	font-weight: bold;
	border-bottom: 1px dashed #3C352B;
	text-decoration: none;
}

a:visited {
	color: #9A5A79;
	font-weight: bold;
	border-bottom: 1px dashed #9A5A79;
	text-decoration: none;
}

a:hover {
	color: #804A63;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-style: italic;
}
