/* general presentation stuff */

body, p, td, th, ul, a {
	background: none;
	background-color: #3f3e40;
	background-image: url(images/bg.gif);	
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
}

a, a.visited {
	color: #369;
}

h1 {
	font-family: Verdana;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}

.large {
	font-weight: bold;
}
