body {
	background-color:#fff;
	color:#000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	text-align:justify;
}

a {color: #000; text-decoration: none;}

H1, H2, H3, H4, H5, H6 {
font-weight:normal;
color: #000;
border-bottom: 2px dotted #000;
margin-bottom: 5px;
page-break-after:avoid;
}

H1 { font-size: 24px; }
H2 { font-size: 21px; }
H3 { font-size: 18px; }
H4 { font-size: 16px; }
H5 { font-size: 14px; }
H6 { font-size: 12px; }
.firstPara { margin-top: 0px; }

.tableHeader { color: white; background-color: black; }


.moreInfo { display: none;}

ACRONYM, .glossaryEntry
	{
	text-decoration:none;
	color: black; 
	}

#content p, #content ul { line-height: 1.5em; }

#header { display: none; }
	
#pageTitleContents { text-align:center; }
	
#leftCol { display: none; }
	
/* centre col is for 3 column pages, main col is for 2 */

/*
#centreCol {
	float: left;
	position:relative;
	left: 5px; 
	width: 450px;
	}
	
#mainCol {
	float: left;
	position:relative;
	left: 5px; 
	width: 617px;
	}
*/
#mainContainer, #summaryContainer {
	margin-bottom: 10px;
	padding: 5px;
	}

#summaryContainer p { float:right; page-break-inside:avoid; }
#adminContainer, #optionsContainer { display: none; }

#rightCol {
	}

	
#footer { display: none; }

div>p, div>form {margin:0}

/* hide everything classed as screen */
.print { display:inline; }
.screen { display: none; }
-->