body {
  background-color: #285080;
  font-family: sans-serif;  
}

.header {
	font-size: 18pt;
	font-weight: bold;
	background-color: #3F7FCA;
	color: #FFFFFF;
	border-color: #285080;
	border-style: solid none solid none;
	text-align: center;
	width: 100%;
	margin-bottom: 10pt;
}

H1 {
	font-size: 16pt;
	color: #3F7FCA;
	text-align: left;
	margin-top: 16pt;
}

H2 {
	font-size: 14pt;
	color: #285080;
	text-align: right;
	border-color: #3F7FCA;
	border-style: none none solid none;
	width: auto;
	clear: both;
}

H3 {
	font-size: 12pt;
	color: #285080;
	text-align: left;
	margin-left: 5pt;
	font-weight: bold;
}

p {
	font-size: 12pt;
	text-align: justify;
	text-indent: 15pt;
  margin-left: 5pt;
	color: #000000;
}

em {
	color: #285080;
	font-weight: bold;
}

ul {
  list-style-position:  outside;
	font-size: 12pt;
	text-align: justify;
	text-indent: 0pt;
    margin-left: 20pt;
	color: #000000;
	padding: 0pt;
}

li {
  margin-bottom: 6pt;
}

a:link {
  color: #3F7FCA;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #3F7FCA;
  text-decoration: underline;
}

a:active {
  color: #3F7FCA;  
  text-decoration: underline;
}

a:visited {
  color: #3F7FCA;
  font-weight: normal;
}

.content_table {
  background-color: #FFFFFF;
}

.left_margin {
  background-color: #FFFFFF;
  width: 120pt;
  vertical-align: top;
  text-align: center;
  }	

.navigation {
  font-size: 12pt;
  font-weight: bold;
  color: #285080;
  text-indent: 5pt;
  text-align: left;
	border-color: #285080;
	border-style: solid none solid none;  
  margin-left: 10pt;
}

.navigation a:link {
  font-size: 11pt;
  color: #3F7FCA;
  text-decoration: none;
}

.navigation a:hover {
  font-size: 11pt;
  color: #285080;
  text-decoration: none;
}

.navigation a:active {
  font-size: 11pt;
  color: 285080;  
  text-decoration: underline;
}

.navigation a:visited {
  font-size: 11pt;
  color: #3F7FCA;
  text-decoration: none;
//  font-weight: normal;
}

.right_margin {
  color: #3F7FCA;
  background-color: #FFFFFF;
  font-size: 10pt;
  width: 50pt;
  text-indent: 10pt;
  text-align: left;
  vertical-align: top;
}

.image_table_left {
  font-size: 8pt;
  width: 250;
  color: #285080;
  text-align: justify;
  margin-left: 0pt;
  margin-right: 5pt;
  text-indent: 0pt;  
}

.image_table_right {
  font-size: 8pt;
  width: 250;
  color: #285080;
  text-align: justify;
  margin-left: 5pt;
  margin-right: 0pt;
  text-indent: 0pt;  
}