/* Center Print StyleSheet */

body, p, td, th, ul, a {
	background-color: #FFFFFF;	
	color: #00000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

a, a.visited {
	color: #003399;
}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */

#content {
	background-color: #FFFFFF;
	width: 90%;
	border: none;
}

#header, #footer, #left, #right, .noprint {
	display: none;
}
