/* general presentation stuff */

#header, #l_sidebar, #r_sidebar { display: none; }



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

a  {
	text-decoration: none;
	}

h1 {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}


/* control of block-level elements.  */

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

.abs {
	position: absolute;
	top: 0px;
	right: 0px;
}