body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #56004E;
	cursor: default;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #56004E;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #56004E;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #56004E;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
}
.printonly { 
	display:none; 
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
	border: none;
	cursor: pointer;
}
.inputfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #444444;
	background-color: #EEEEEE;
	border: 2px inset;
	font-weight: normal;
	cursor: text;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
