/* --------- default text --------- */
body, p, td, td.p {
	background-color: #FFF;
	background-image: none;
	color: #000;
}

/*  --------- text links --------- */
a {
	/* default link style */
	color: #000;
}

a:active, a:hover {
	/* link style on rollover */
}

a:visited {
	/* link style when visited */
	color: #000;
}

/* --------- normal text styles --------- */
h1, .t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9 {
	color: #000;
}

.print1{
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 11pt;
}

.print2{
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
}

br.pagebreak {
	page-break-after: always;
}

#content h3
{
	font-size: 190%;
}

/*------------------------- Table styles ---------------------------*/
/* BN 11-Feb-2011 #87831 Add print styles for tables to enable      */
/*                       printing of row gridlines                  */

#content table
{
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 0;
	border-left: 0;
	padding:0;
}

#content table td
{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-right: 0;
	border-left: 0;
	padding: 7px;
	padding-left:0;
}

/* hide logo as it prints with a blue background */
#sectionlogo img
{
	visibility: hidden;
}
/* display a white background version of the logo instead */
#section
{
	display: list-item;
	list-style-image: url(../images/graphics/system/footer_logo.png);
	list-style-position: inside;
}

/* Hide everything we don't want to see */
#access,
#site-header,
#sectiontitle,
#mainnav,
#subnav,
#sidebar,
#breadcrumbs,
.structural-label
{
	display: none;
}
