/*Hide navigation sections*/
.topnav {display: none;}
#leftBackground { display: none;}
#leftMenu {display: none;}
#splash { display: none; }
.legal {display:none;}
.rightbar {display: none; }
#content {
	position: static;
/*	top: 30px;
	left: 20px;*/
	z-index: 10;
}

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	width: auto;
}

p, li, td, th, dt, dd {	
	font-size: 10pt;
	line-height: 12pt;
	margin: .8em 0;
	color: #000;
	background-color: transparent;
}
dt { font-weight: bold;}


h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 11pt;}
h5 {}
h6 {}

.question a {
	color: #000;
	text-decoration: none;
}

.answer {
	display: block;
	padding-left: 10pt;
}

p.version {
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	color: #666;
}

.codes {font-size: 8pt}

