body{
	font-size: 10pt;
	font-family:sans-serif;
}

p{
  text-indent: 1em;
}

.header{
	font-size: 10px;
	text-align: right;
}

.maintitle{
	font-size: 16pt;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.footnote{
	border-top: solid 1px #000000;
	font-size: 9px;
	text-align: right;
}

h1{
  font-size: 14pt;
  color: white;
  background-color: #1616c7;
  margin-bottom: 0px;
  border-top: 2px solid #6969ff;
  border-left: 2px solid #6969ff;	
  border-bottom: 2px solid #000066;	
  border-right: 2px solid #000066;	
  padding: 0 0 0 10px;
}

h2{
  font-size: 12pt;
  color: black;
  border-bottom: 2px solid #1616c7;	
  padding: 0 0 0 15px;
}

h3{
  font-size: 10pt;
  color: black;
  padding: 0 0 0 20px;
}

dt{
  font-weight: bold;
  text-indent: 1em;	
}