﻿
body {
	color: #021D3F;
	background-color: #C0C0C0;
	text-align: center;
}

table {
	width: 800px;
	text-align: center;
	vertical-align: middle;
	background-color: #021D3F;
	border-style: solid;
	border-width: 0px;
	padding: 10px;
	border-spacing: 5px;
}

h1 {
	margin-bottom: 0px;
	font-family: "Engravers MT", arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;    
  }

h3 {
  margin-bottom: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;    
  }

h4 {
  margin-top: 0px;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  }  

p {
  margin-top: 0px; 
  font: 11pt arial, sans-serif;
  }

.Quotation {
  font-style: italic;
  margin-left: 1.5in;
  margin-right: 1.5in; 
  text-align: justify;
  }

td {
  ;
  }

.logo {
  width: 170px;
  height: 170px;
  border-style: solid;
  border-width: 0px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  }

.header {
	width: 630px;
	height: 170px;
	border-style: solid;
	border-width: 0px;
	padding: 10px;
	font-family: arial, helvetica, san-serif;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.NavBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

.Content {
	background: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #002A54;
	text-align: justify;
	vertical-align: top;
	margin-left: 1in;
	margin-right: 1in;
	float: inherit;
}

.BotNavBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.BotMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #002A54;
  text-align: center;
  text-decoration: none;
  }  


