/* CSS Document for printing*/

/* Standard tags */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #FFFFFF;
	position: static;
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
}

td {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	line-height: 1.2em;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}

/* note checkboxes and radio buttons are ordered lists */

.checkbox li {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	line-height: 0.8em;
	}
.checkbox label {
	position: relative;
	left: 4em;
}
.checkbox input {
	position: absolute;
	left: 68px;
}

/* end of checkbox formatting */
.hidden {
	display: none;
}
#banner #name {
	display: none;
}
#footer {
	display: none;
}
