/****************************************
 * Print CSS Rules
 * 05/09 
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/
	
body {
	font: 11pt/1.4em "Times New Roman", Times, serif;
	}
	
a {
	text-decoration: none;
	color: #b31b1b;
	}
	
img {
	border: none;
}

#cufa-rights a {
	margin-right: 16px;
}

#identity h1 em {
	font-style: normal;
	}
	
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

/* hiding elements */
#skipnav,
#cs-pagemodeui,
#search-form,
#navigation,
#pagesfor,
#unit-signature-links
{
	display: none;
	}
