@media print {
/* insert your style declarations here */
	nav, footer, tfoot, input#submitheats, .sitetitle
	{
		display: none;
	}

	.newpage
	{
		page-break-after: always;
	}
}

.highlightbig {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}

.highlight {
	color: #FF0000;
	font-weight: normal;
}
.formerror {
	display: block;
	color: #FF0000;
	font-weight: bold;
	font-size: smaller;
	padding-left: 3px;
}
.formtable input {
	width: 300px;
}
.notice {
	background-color: red;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: white;
	font-size: 120%;
	text-align: center;
}

a.icon:hover {
  position: relative;
  top: 2px;
  left: 2px;
  background-color: ;
}