/* Start of CMSMS style sheet 'Print' */
/*********************************************************************
print settings
*********************************************************************/
body
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12pt;
	line-height:1.5em;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:14pt;
}

h3
{
	font-size:13pt;
}

h4
{
	font-size:12pt;
	font-weight:bold;
}

a:link, a:visited
{
	color:blue;
	text-decoration:underline;
	border:none;
}

#content a:link:after, #content a:visited:after
{
	content: " (" attr(href) ") ";
}

#primary_navigation,
#side_content,
#footer,
.accessibility,
hr
{
	display:none;
}


table.catalogue
{
	margin-top:100px;
	width:100%;
	font-size:9pt;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	page-break-inside:avoid;

}	
	
table.catalogue th
{
	color:#FFFFFF;
	border-right:1px solid #000000;
	background:#000000;
}

table.catalogue th.main_header
{
	padding:1em 0.75em;
	font-size:12pt;
	background:#666666;
}

table.catalogue th,
table.catalogue td
{
	border-top:1px solid #000000;
	padding:1em;
}

table.catalogue tr
{
	background:#CCCCCC;
	page-break-after:auto;
}

table.catalogue tr.light
{
	background:#FFFFFF;
}

table.catalogue td
{
	color:#000000;
	border-right:1px solid #000000;
}

/* End of 'Print' */

