body {
	margin: 0;
	background-color: #212121;
	background-image: url(/images/leather-bkg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #70665d;
}
a {
	color: #f4a52c;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #70665d;
	text-transform: uppercase;
}
.bold {
	font-size: 13px;
	font-weight: bold;
}
.field {
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
}
.footer {
	font-size: 9px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
.alpha {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
}
.noPrint {
}
