body {
	font-size:10pt;
	font-family:sans-serif;
	width: 80%;
	margin-left: 10%;
	text-align:justify;
	background-color: #fff;
}

h1{
	font-size:16pt;
	font-weight: bold;
	text-align:center;
	vertical-align:normal;
	padding: 10px;
	border: solid #000000 1px;
}

h2 {
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	background-color: #ccc;
	padding: 5px;
	border-top: solid #000000 1px;
	margin-top: 30px;
}

h3{
	font-size:12pt;
	font-weight:bold;
	margin-top: 30px;
	border-top: solid #ccc 1px;
}

pre {
	font-size:10pt;
	background-color: #eeeeee;
	padding: 1em;
	margin:0;
}

p {
	margin-bottom:0;
	margin-top:2em;
}

ul{
	list-style: circle;
}

#headnote{
	text-align: right;
	font-size: 10px;
}

#footnote{
	margin-top: 2em;
	font-size: 10px;	
	border-top: 1px solid #000000;
	text-decoration:none;
	text-align:center;
}	
#footnote a{		
	text-decoration:none;
}
#subtitle{
	font-size:10pt;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#summary{
	border: 0.5em solid #dddddd;
	text-align: center;
}
#summary li{
	font-variant: small-caps;
	list-style-type: none;
	
}
