body {
	background-color:white;
	margin:20px;
	padding:0px;
	font:10pt times, serif;
	}
h1 {
	margin:0px 0px 18px 0px;
	padding:0px;
	font-size:16pt;
	font-weight:900;
	}
h2 {
	font:bold 16pt times, serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font-family: times, serif;
	font-size: 12pt;
	line-height: 1.8em;
	margin:0px 0px 1.1em 0px;
	padding:0px;
	}

ul, li {
	list-style-type: disc;
	list-style-position: outside; 
	font-family: times, serif;
	font-size: 12pt;
	margin:0px 0px 1.1em 2.5em;
	padding:0px;
	}

ol {
	list-style-type: decimal;
	list-style-position: inside; 
	font-family: times, serif;
	font-size: 10pt;
	margin:0px 0px 1.1em 2em;
	padding:0px;
	}

.content>p {margin:0px;}
.content>p+p {text-indent:1.5em;}

a {
	color:#0f0f66;
	font-size:10pt;
	font-family: times, serif;
	font-weight:600;
	text-decoration:none;
	}

a.maptag { display: none; }

#Header { display: none; }

#ScreenTop { display: none; }

#PrintInstructions { display: none; }
#PrintInstructions.h2 { display: none; }
#PrintInstructions.p { display: none; }
#tabs li { display: none; }

#PrintHeader {
	width:100%;
	margin-top:24pt;
	height:32px;
	border-color:black;
	border-style:solid;
	border-width:1px 0;
	margin-bottom:10pt;
	font-size: 18pt;
	text-align: center;
	padding:17px 0px 0px 20px;
	}

#footer { 
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	border-style:solid;
	border-color:#AAA;
	border-width:1px 0px; /* top and bottom: 1px; left and right 0px; */
}

#footer p {
	text-align: center;
	color: #AAA; 
	font-size: 85%;
	}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;

/* Print Margins*/
	margin: 0 0 0 0; 
	background-color:white; 
	}

.headline, .headline-first {
	display:block;
	font:bold 14pt times, serif;
	margin:1em 5em 5px 0px;
	padding:0px;
	border-bottom: 1px solid black;
	}	
  
#navigation { display: none; }

#top_nav { display: none; }

table td {
	font-size :  10pt;
        text-align : center;
}

table td.footnote {
	font-size :  8pt;
        text-align : left;
}

table td.us
{
    font-weight: bold;
    font-style: italic;
}

.error {
	color :  Red;
	font-weight :  bold;
}
.noprint { display: none; }

fieldset .subset {
	width: 80%;
}

