/* general presentation stuff */

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

a, a.visited {
	color: #369;
	text-decoration: none;
}

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

h2 {
	font-family: Minion, "Times New Roman", Garamond, serif;
	font-size: 18pt;
	border-bottom: #000000 solid 3px;
}

#wrap {
	background-color: #fff;
	width: 100%;
	border: none;
}
#content {
	background-color: #fff;
	width: 100%;
	border: none;
}
#content a.toc {
	display:none;
}
#content a.toc:visited {
	display:none;
}
#content a.toc:active {
	display:none;
}
#content a.toc:hover {
	display:none;
}
#masthead, nav, #footer, #sectionLinks, .noprint {
	display: none;
}
