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

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	background: white;
	color: black;
	text-shadow: 5px 5px 5px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: white;
	color: black;
}

hr {
	border-style: solid;
	border-color: black;
}

input {
	border-style: solid;
	border-color: black;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	overflow: hidden;
	text-decoration: none;
}

.label {
}

.field {
	text-align: left;
}

.checkbox {
	border: 0px;
	cursor: hand;
}

.radio {
	border: 0px;
	cursor: hand;
}

@media print {
	img { display: none; }
	.checkbox { border: 0px; }
	.radio { border: 0px; } 
	.image { display: none; } 
	body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
  hr { display: none; }

	h2 {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		background: white;
		color: black;
		text-shadow: 5px 5px 5px;
	}

	h3 {
		font-size: 10px;
		font-weight: normal;
		text-align: center;
		background: white;
		color: black;
	}
	textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border-style: solid;
		border-color: black;
		border-width: 1px 1px 1px 1px;
		overflow: hidden;
		text-decoration: none;
	}
}


