body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

a {
	color: #555555;
  background-color: inherit;
}

form {
  margin: 0px;
  padding: 0px;
}

td table {
  width: 100%;
}

table#main {
  width: 1000px;
  margin: 0px auto;
  table-layout: fixed;
}

td {
  vertical-align: top;
	font-size: 11px;
}

td.headerLogo {
  width: 275px;
  height: 131px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #326b86;
  background-color: inherit;
  text-transform: uppercase;
}

td.headerImg {
  width: 725px;
  height: 131px;
  background: url('../images/header.jpg') no-repeat;
}

td.menuSpacer {
  height: 30px;
  background-color: #326b86;
  color: inherit;
  padding-left: 33px;
}

td.menuSpacer a {
  display: block;
  float: left;
  padding: 9px 12px 8px 12px;
  color: #f1f5f8;
  line-height: 13px;
  background-color: inherit;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}

td.menuSpacer a:hover,
td.menuSpacer a.active {
  color: #326b86;
  background-color: #d2dbe4;
}

td.menuContainer {
  height: 30px;
  background-color: #d2dbe4;
  color: inherit;
  padding-left: 17px;
}

td.menuContainer a {
  display: block;
  float: left;
  padding: 9px 12px 8px 12px;
  color: #326b86;
  line-height: 13px;
  background-color: inherit;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}

td.menuContainer a:hover,
td.menuContainer a.active {
  color: #326b86;
  background-color: #f1f5f8;
}

td.contentLeft {
  background-color: #d2dbe4;
  color: inherit;
  padding: 46px 35px 25px 29px;
}

td.contentLeft a {
  color: #326b86;
  background-color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  background: url('../images/download_en.gif') no-repeat right center;
  padding-right: 15px;
}

td.contentRight {
  background-color: #f1f5f8;
  color: inherit;
  padding: 46px 29px 25px 29px;
}

td.contentLeftBottom {
  vertical-align: bottom;
  text-align: center;
  padding: 45px 0px 45px 0px;
  background-color: #d2dbe4;
  color: inherit;
}

div#legal {
  clear: both;
  color: #8a8a8a;
  background-color: inherit;
  padding-top: 65px;
}

div#legal a {
  color: #8a8a8a;
  background-color: inherit;
}

div.contentBody {
  float: left;
  width: 378px;
  text-align: justify;
}

div.contentBody.full {
  float: left;
  width: 100%;
}

h1 {
  color: #326b86;
  background-color: inherit;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #326b86;
}

h2 {
  color: #326b86;
  background-color: inherit;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #326b86;
}

img.contentImage {
  float: right;
  width: 260px;
}

table.form td {
  padding-top: 4px;
  vertical-align: middle;
  text-align: left;
}

input {
  width: 125px;
}

input.checkbox {
  width: 16px;
}

input.button {
  width: auto;
  font-size: 11px;
  margin-top: 4px;
}

textarea {
  width: 180px;
  height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}

select {
  width: auto;
	font-size: 11px;
}

ul, ol {
  margin-top: 0px;  
  margin-bottom: 0px;  
}

li {
  padding-bottom: 6px;
}

.bolded {
  font-weight: bold;
  color: #77868b;
  background-color: inherit;
}