body {
	margin: 0;
	padding:0;
	font-family: times, charcoal, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
    }

*   {margin:0; padding:0;
    }

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: underline;
	}
	
a:link {
    color:#00f;
	}
a:visited {
    color:#00f;
	}
a:active {
    color:#f00;
	}
a:hover {
    color:#f00;
	text-decoration: underline;
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	
p {
	line-height: 1.3em;
	margin: .6em .8em .6em .8em;
	text-align:justify;
	}
	
ol, ul, li {/*
	list-style: none;*/
	font-size: 11pt;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-left:1.5em;
	margin-bottom: 0.1em; 
	}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 11pt;
	}
strong, b {
	font-weight: bold;
	}

.printedFirstPageBorder {
	margin:0;
	padding:0;
	min-height:900px;
	height:auto !important;
	height:900px;
	border:1px solid #909090;
	}
	
.printedPageBorder {
	margin:0;
	padding:0;
	min-height:900px;
	height:auto !important;
	height:900px;
	border:1px solid #909090;
	page-break-before:always;
	}
	
#footerText {
	border-top:2px solid #ccc;
    text-align:center;
    color:#999;
    font-size:8pt;
    }
	
selector {
  min-height:500px;
  height:auto !important;
  height:500px;
	}

.footNoteBody {
	margin:0 30px 0 10px;
	padding:0 30px 0 10px;
	border-top: 1px solid #ccc;
	font-size:.8em;
	}
	
.footNoteEnd{
	margin:0;
	padding:0;
	display: none;
	}
	
