/*
Author: Russ Roberge
Notes: print styles
History: 1/30/2007 - created file
*/

body {
	background:#fff;
	font:"Times New Roman", Times, serif;
/*	font-size:.9em;
*/	width:650px;
	margin:0 auto;
	line-height:1.4;

}

#logout, .breadcrumb, .hidePrint {
	display:none;
	visibility:hidden;
	}

.linkButton a, .linkButton a:visited, .linkButton a:hover {
	border:none;
	background:none;
	display:none;
}	
a {
	text-decoration:none;
	}


