/* CSS Document */

body, html {
	background: white;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	}

#banner, #links, #breadcrumbs, .noprint {
	display:none;
	}

#container {
	width:100%
	}
	
#footer {font-size: 100%; letter-spacing:1px; text-align:left
	}

/* add an underline and a print friendly colour to links*/
a:link {
	text-decoration: underline;
	color:#0066CC;
	font-weight:bold;
	}

a:visited {
	text-decoration: underline;
	color:#3366CC;
	font-weight:bold;
	}

/* avoid page breaks in images*/	
img {
page-break-inside:avoid
}