html, body {
	margin: 0;
	height: 100%;
}


body, div, span, td, font {
	font-family: Arial;
	font-size: 9pt;
}

a:link, a:visited, a:active {
	color: #a80231;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a80231;
	font-weight: bold;
	text-decoration: underline;
}

a.applylink:link, a.applylink:visited, a.applylink:active {
	color: #58307d;
	font-weight: bold;
	text-decoration: none;
}

a.applylink:hover {
	color: #58307d;
	font-weight: bold;
	text-decoration: underline;
}

a img { 
	border: 0;
}

/* IE bug with br tag letter spacing */
br {
	letter-spacing: normal;
}


input, textarea {
	font-family: Arial;
	font-size: 8pt;
}
