/* Printer CSS */

a {
	color: #3A5474;
	text-decoration: none;
}
a:hover {
	color: #A28E69; 
}
body {
	background-color:#FFF;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif
}
hr {
 margin: 15px 25px; 
	color: #A28E69;
	background: #A28E69;
	border: 0; 
	height:1px; 	
}
#botBand {
	display: none
}
#header {
	display: none
}
#header img {
	display: none
}
#topMenu {
	display: none
}
#topPage {
	display: none
}
#wrapper {
	width: 632px; 
	margin: 0 auto;
	padding-bottom: 25px
}

/* Footer Styles */

#footer {
	clear: both; 
	font: 7.5pt Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 7px; 
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #A28E69; 
}
.hide {
	display: none; 
}

