body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	color: #9a3a00;
	font-weight: bold;
	font-size: 14pt;
}

h2 {
	color: #9a3a00;
	font-weight: bold;
	font-size: 10pt;
}

h3 {
	color: #9a3a00;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}

a, a:link, a:visited, a:focus, a:active, a:hover {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #9a3a00;
	text-decoration: none;
	font-size: 9pt;
}

a:hover {
	text-decoration: underline;
}

p, td, li {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#success, #error {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #9a3a00;
}

#error {
	color: Red;
}
