html, body {
	margin: 0;
	padding: 0;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link { 
	color: #0000FF;
}
a:visited { 
	color: #0000FF;
}
a:hover { 
	color: #0000FF;
	text-decoration: none;
}
a:active { 
	color: #000099;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.field {
	font-size: 9pt;
	font-weight: bold;
}

.formfield {
	font-weight: bold;
	text-align: right;
}

.bluebg {
	background-color: #c4d1e3;
}

.navbluebg {
	background-color: #4171b5;
}

.headline {
	font-size: 12pt;
	font-weight: bold;
	color: #000F77;
}

.lineitem {
	font-size: 12pt;
	color: #000F77;
}

.bluebold {
	font-weight: bold;
	color: #000F77;
}

.fieldset {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	}
	
