/****************************************
 * IWS
 * Print CSS Rules
 * 08/06 
 ****************************************/
 
/* Regulated Data Table */
@import url('datamatrix.css'); 
 
/****************************************
 * 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;
	}

#identity a, #footer a {
	color: black;
	}
	
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

#breadcrumbs {
	float: left;
	width: 100%;
}

ul#breadcrumbs {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	}

#breadcrumbs li {
	float: left;
	padding: 0 12px 0 0;
	margin: 0 0 0 8px;
	font-size: 85%;
	list-style-image: url(/catc/images/layout/bullet.gif);
}

#breadcrumbs li.first {
	margin-left: 0;
	list-style: none;
}

#breadcrumbs a {
	color: black;
	text-decoration: none;
	}

/* hiding elements */
#skipnav,
#cs-pagemodeui,
#search-form,
#navigation,
#identity,
#pagesfor,
#unit-signature-links,
#section-navigation,
.navigation-options,
#cufa-rights,
.footer-col,
.toggle,
.toggle-all
{
	display: none;
	}


