.style1 {color: #FFFFFF}
.style2 {font-size: small}
.style3 {font-size: 12px}
.style4 {color: #009900}
.style5 {font-size: small;
 font-weight: bold }
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000080;
}
body,td,th {
	color: #000080;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.one:link {font: 10pt Arial, Helvetica, sans-serif;  color: #FFFFFF; text-decoration: none; font-weight: bold}
a.one:active {font: 10pt Arial, Helvetica, sans-serif;  color: #FFFFFF; text-decoration: none; font-weight: bold}
a.one:visited {font: 10pt Arial, Helvetica, sans-serif;  color: #FFFFFF; text-decoration: none; font-weight: bold}
a.one:hover {font: 10pt Arial, Helvetica, sans-serif;  color: #00A3E3; text-decoration: underline; font-weight: bold}

a.two:link {font: 10pt Arial, Helvetica, sans-serif;  color: #000080; text-decoration: none; font-weight: bold}
a.two:active {font: 10pt Arial, Helvetica, sans-serif;  color: #000080; text-decoration: none; font-weight: bold}
a.two:visited {font: 10pt Arial, Helvetica, sans-serif;  color: #000080; text-decoration: none; font-weight: bold}
a.two:hover {font: 10pt Arial, Helvetica, sans-serif;  color: #00A3E3; text-decoration: underline; font-weight: bold}

td.bodymain {
  background-color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  line-height: 125%;
}
td.bodyflag {
  background-image: url(images/flag.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding: 5px 10px 5px 10px;
  line-height: 125%;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
letter-spacing: 5px;
}

td.formmain { padding: 3px 5px 3px 5px;
  background-color:  #9698c1;
  color: #FFFFFF;
  text-align: left;
  line-height: 150%;
  font-size: 10px;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


TABLE.withborders {
  border: 1px;
  border-style: solid;
  border-color: #666666;
  border-width: 1px;
}

td.withborders {
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-bottom-width: 1px;
  font-size: 12px;
}

