@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

body {
	margin: 0px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.header3 {
	font-weight: bold;
	color: #000000;
}


a:link, a:visited, a:active {
	color: #B72D00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #B72D00;
}
table.data tbody tr {
	background-color:expression(rowIndex%2?(parentNode.parentNode.rowHighlightColor||"#FFBCA6"):"");
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #B72D00;
}
.imageborder {
	border: 1px solid #B72D00;
}
