@media print {
#A { visibility: hidden; }
}
@media screen, print {
html {
	scrollbar-base-color: #7C5605;
	scrollbar-arrow-color: #F8B01D;
	scrollbar-darkshadow-color: #442F02;
	scrollbar-face-color: #8D6105;
	scrollbar-highlight-color: #D69307;
	scrollbar-shadow-color: #583D03;
	scrollbar-3dlight-color: #B67C05;
	scrollbar-track-color: #7C5605;
	min-height: 100%;
}
body {
	font-family: Verdana, Helvetica, Arial;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #442F02;
	text-decoration: none;
}
a:hover {
	color: #442F02;
	text-decoration: none;
}
a.tooltip {
	position: relative;
	z-index: 24;
}
a.tooltip span {
	display: none;
	z-index: 100;
}
a.tooltip:hover {
	display: block;
	z-index: 100;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 80px;
	left: 20px;
	width: 160px;
	padding: 2px;
	border: 1px solid #583D03;
	background-color: #FBC555;
	font-size: 9px;
	color: #583D03;
	text-align: left;
	z-index: 100;
}
div.container {
	position: relative;
	width: 777px;
	margin: 0px auto;
	height: auto;
	z-index: 101;
	background-color: transparent;
	background: none;
}
.nav {
	font-size: 8px;
	font-weight: bold;
}
.title {
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
}
.textbox {
	font-size: 13px;
	text-align: justify;
}
img {
	border: 1px solid #000000;
}
.form {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #942D01;
	border-color: #CC3F02;
}
.copy {
	font-size: 8px;
	color: #583D03;
}
.regular {
	font-size: 13px;
}
.spacer {
	border: none;
}
.navigation {
	font-size:18px;
	font-weight:bold;
}
.button {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #942D01;
	border-color: #CC3F02;
}
.select {
	font-size: 9px;
	color: #FFFFFF;
	background: #7C5605;
}
}