 body { background: white; } 
 #primaryNavigation, #header, #browserBarWrapper, #footer, #impresarioBar { display: none; } .leftColumn, .rightColumn { display: none; } .noprint { display:none; } #wrapper, #content { width: auto; margin: 0; padding: 0; border: 0; float: none !important; color: black; background: transparent none; } a:link, a:visited { color: #000; background: transparent; font-weight: bold; text-decoration: underline; } #content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; } 


 /* buttons */
.btn {
	height: 22px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif !important;
	text-align: center;
	color: #49453a;
	padding: 0;
	border:0;
	
}
.btn:hover, .btnHover {
	color: #fab20a;
}
a.btn {
	line-height: 22px;
	display: block;	
}
.b80 {
	width: 80px;
	background: url(/img/button_80.gif) 0 1px no-repeat;	
}

.b136 {
	width: 136px;
	background: url(/img/button_136.gif) 0 1px no-repeat;	
}
.b200 {
	width: 200px;
	background: url(/img/button_200.gif) 0 1px no-repeat;	
}
.b200d {
	width: 200px;
	background: url(/img/button_200d.gif) 0 1px no-repeat;	
}

.b200c {
	width: 200px;
	position: relative;
	left: 29px;
	background: url(/img/button_200.gif) 0 1px no-repeat;	
}
.b204c {
	width: 204px;
	position: relative;
	left: 17px;
	height: 31px;
	background: url(/img/button_204.gif) 0 1px no-repeat;	
}


a.b80, a.b136, a.b200, a.b200c, a.b204c {
	display: block;
}

.btnbig {
	height: 42px;
	font-size: 24px;
	font-family: Arial, Verdana, sans-serif !important;
	text-align: center;
	color: #49453a;
	padding: 0;
	border:0;
	
}
.btnbig:hover, .btnHover {
	color: #fab20a;
}
a.btnbig {
	line-height: 42px;
	display: block;	
}

.b200big {
	width: 200px;
	background: url(/img/button_200big.gif) 0 1px no-repeat;	
}
