/* general presentation stuff */

body, p, th, ul {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
}

a, a.visited {
	background-color: #fff;
	color: #D86414;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}


/* control of block-level elements.  */

div#sidemenu, div#footer, .noprint {
	display: none;
}

div#content {
	background-color: #fff;
	color: #000;
	width: 100%;
	margin-left: 0;
}


