body {
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-left: 15px;
}
td {
	font-size: 9pt;
}
a:link, a:visited {
	color: #806780;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #806780;
	text-decoration: none;
	font-weight: bold;
}

.successmessage {
	font-weight: bold;
	color: #006600;
}

.errormessage {
	font-weight: bold;
	color: #FF0000;
}