.noPrint {

	display: none;
	
} 

body {
	
	font-family: "Verdana", sans-serif; 
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}

a:link {
	
	color: black;
	text-decoration: none;

}

a:active {
	
	color: black;
	text-decoration: none;

}

a:visited {
	
	color: black;
	text-decoration: none;

}

a:hover {
	
	color: black;
	text-decoration: none;

}

thead td {

	font-weight: bold;
	text-align: center;
	background-color: #8a1e04;
	color: white;
	
}

table.inlineTable tr td {
	
	padding-bottom: 5px;
	
}
	
table.inlineTable tr td.label {
	
	padding-right: 5px;
	font-weight: bold;
	
}
	
table.formTable tr td.label {
	
	font-weight: bold;
	
}

table.dataTable {

	border: 1px solid black;
	
}

table.dataTable tr td {

	padding: 5px;
	
}

table.dataTable tr.altrow td {

	background-color: #F5D787;
	
}

thead td {

	background-color: black;
	
}

table.dataTable tr.altrow td {

	background-color: #DDDDDD;
	
}