/*
Description: The Retiree print sheet
Version: 2.0
Author: Todd Lambert
*/

/* print */
	
	body{
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	margin:0 0 0 0;
	padding: 20px;
	}
	
	h1{font-size: 16pt; }
	h2{font-size: 14pt;}
	h3{font-size: 12pt;}	

	a span, .details, li img, #sidebar, #rotator, #menu, .hometown, #sub{
	display: none;	
	}
	
/*	#header h1{
	text-indent:-9999px;
	font-size:1px;
	display:block;
	height:125px;
	width:261px;
	border:0px solid #FF0000;
	background: transparent url("graphics/print-logo.gif") no-repeat top left;
	}

*/

a {
text-decoration:none;
color: #000;
}




a img {border: none;}

/* print */