body {
	background: #FFFFFF;
}

a, a:active, a:visited {
	color: #000000;
}
a:hover {
	color: #707070;
}

/* font */
body, p, td, input, textarea {
	font-family: arial, helvetica, sans-serif, Garamond;
	font-size: 10pt;
	color: #000;
}

/* Style for error messages */
.errmsg {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #800;
}

