body {
  background-color: #133982;
/*  background-image: url(../graphics/bg_pale3.jpg);*/
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center;
  margin: 0px;
  padding-top: 20px;
  text-align: center;
}

p, li, td, div {
  color: #133982;
  font-size: 9pt;
  text-align: left; 
  font-weight: normal;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
  margin-left: 20px;
}

h1 {
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #133982;
}

.font10pt {
  font-size: 8pt;
}

.mainlist {
  margin-bottom: 5px;
}

.headerItalic {
  font-style: italic;
  font-family: Times,Times New Roman,serif;
}

.navBTN {
  width: 160px;
  height: 40px;
  border: none;
  background-color: #ffffff;
}

table {
  margin-left: auto;
  margin-right: auto;
}

.bookingTD {
  padding: 5px;
}

.maintext {
  font-size: 9pt;
  margin-right: 40px;
  text-align: justify;
}

div.body {
  background-color: #ffffff;
  background-image: url(../graphics/bg003.jpg);
  background-repeat: no-repeat;
 /* background-attachment: fixed;*/
  background-position: top left;
  padding: 0px;
  padding-top: 20px;
  width: 800px;
  height: 1120px;
  margin-left: auto;
  margin-right: auto;
}

div.nav {
  width: 160px;
  padding-top: 40px;
  
}

div.content {
  width: 800px;
  margin: 10px;
  text-align: center; 
}

.TRnav {
  background-image: url(../graphics/navbg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  line-height: 14px;
}

.navTD {
  vertical-align: top;
/*  background-image: url(../graphics/navbg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;*/
  color: #ffffff;
  text-align: center;
  width: 120px;
  border-top: solid 1px #000066;
  border-bottom: solid 1px #000066;
  padding: 0px;
}

.navTD_this {
  background-color: #ffffff;
  background-image: url(null);
  color: #133982;
  text-align: center;
  border: solid 1px #133982;
  font-weight: bold;
  font-size: 7pt;
  width: 120px;
  padding: 0px;
}

a:link, a:active, a:visited {
  color: #133982;
/*  background-color: #ffffff;*/
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

a:hover {
  color: #00ff00;
 /* background-color: #133982;*/
}



a.a_nav:link, a.a_nav:active, a.a_nav:visited {
  vertical-align: top;
  color: #ffffff;
 /* background-color: #133982;*/
/*  background-image: url(../graphics/navbg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;*/
  text-decoration: none;
  font-size: 7pt;
  font-weight: normal;
  line-height: 16px;
  border: solid 0px #ff0000;
}

a.a_nav:hover {
  color: #00ff00;
/*  background-color: #00cc00;
  background-image: url(../graphics/navbg_over.jpg);*/
  font-weight: bold;
}

div.heading {
  background-position: center center;
  font-size: 14pt;
  text-align: center; 
  font-weight: bold;
  font-style: italic;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
  width: 800px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

div.footer {
  background-color: #133982;
  color: #ffffff;
  font-size: 7pt;
  text-align: center;
  width: 800px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}



/* BEGIN Borders for Tables */

td.list-Left-Top {
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
  vertical-align: top;
  font-size: 8pt;
  padding: 2px;
}

td.list-Right-Top {
  border-left: solid 0px #666666;
  border-right: solid 1px #666666;
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
  vertical-align: top;
  font-size: 8pt;
  padding: 2px;
}

td.list-Left {
  border-left: solid 1px #666666;
  border-right: solid 1px #666666;
  border-top: solid 0px #666666;
  border-bottom: solid 1px #666666;
  vertical-align: top;
  font-size: 8pt;
  padding: 2px;
}

td.list-Right {
  border-left: solid 0px #666666;
  border-right: solid 1px #666666;
  border-top: solid 0px #666666;
  border-bottom: solid 1px #666666;
  vertical-align: top;
  font-size: 8pt;
  padding: 2px;
}

/* END Borders for Tables */