/* Print CSS */

/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #fff;	
	color: #000;
	font-family: Lucida Sans, Verdana, Tahoma;
	font-size: 12pt;
}

a, a.visited {
	color: #660904;
}

h1 {
	font-family: Lucida Sans, Verdana, Tahoma;
	font-size: 14px;
}

h2 {
	font-size: 12px;
}


/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, .noprint {
	display: none;
}

