@charset "utf-8";

body {
	/*width: 100% !important;*/
	font-size: 12pt !important;
	color: #000000;
	background-color: #FFFFFF;
}

head+body {
	/*max-width: 100%;*/
	min-width: 80%;
	margin: 0 auto;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

div#header,
div#footer,
div#topicpath,
div.page {
	display: none !important;
	float: none !important;
	width: auto !important;
}

body#home div#header,
body#home div#footer {
	display: block !important;
}

div#content h1 {
	padding-top: 20px !important;
	
}

div#content h2 {
	float: none !important;
	border-bottom: 2px solid #6699CC !important;
}

div#content p {
	margin-bottom: 1em !important;
	line-height: 1.4;
}

body#privacy div#maincol h2,
body#terms div#maincol h2 {
	clear: both;
	margin-top: 20px !important;
	margin-bottom: 0;
	border-bottom: 2px solid #6699CC !important;
}

div#subcol {
	padding-top: 20px !important;
}

.pagebreak {
	page-break-before : always !important;
}

body#outline div#maincol table td dl dt {
	float: left;
	width: 180px;
}

body#outline div#maincol table tr td ul li {
display:inline;
margin-right:5px;
white-space:nowrap;
}