* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #5E393A;
  line-height: 20px;
  text-decoration: none;
}

body {
 	background-color: #D8DFCD; 
	margin: 20px 0px 20px 0px;
  padding: 0px;	
}

table.structure {
  width: 800px;
  height: 100%;
  background-color: #FFFFFF;
  border: 3px solid #6C7b54; 
}

td.header {
  height: 50px;
  width: 100%;
}

table.header {
  height: 100%;
  width: 100%;
  background-color: #D8DFCD;
}

table.bookings {
  background-color: #CCCCCC;
  width: 95%;
  font: bold 10pt arial;

}

th.bookings {
  border: 1px solid #FFFFFF; 
  font-weight: bold;
  text-align: left;
  width: 150px;
}

td.bookings {
  border: 1px solid #FFFFFF; 
}


td.menu {
  height: 25px;
  width: 100%;
}


table.menu {
  height: 100%;
  width: 100%;
  background-color: #1D3A51;
}

td.picture_bar {
  height: 130px;
  width: 100%;
}

table.picture_bar {
  height: 100%;
  width: 100%;
  background-color: #D8DFCD;
}

td.transition {
  height: 50px;
  width: 100%;
}

table.transition {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

td.content {
  width: 100%;
}

table.content {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

td.footer {
  height: 20px;
  width: 100%;
  font: bold 8pt arial;
  text-align: center;
  color: #FFFFFF; 
}

table.footer {
  height: 100%;
  width: 100%;
  background-color: #6C7B54;
}

td.seperator {
  width: 100%;
  background-color: #6C7B54;
}

td.content-text {
  width: 50%;
}

a.white_link {
  text-decoration: underline;
  font: bold 8pt arial;
  color: #FFFFFF;
  link: #FFFFFF;
}

a.blue_link {
  text-decoration: underline;
  color: #1D3A51;
  link: #1D3A51;
}

th.tariff_head {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

td.tariff_head {
  background-color: #1D3A51;
  color: #FFFFFF;
  width: 170px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1D3A51;   
}

th.tariff_body {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #CCCCCC;
  font-weight: bold;
  text-align: left;
  border: 1px solid #1D3A51;  
  color: #1D3A51;
}

td.tariff_body {
  background-color: #F5F5F5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1D3A51;
  color: #1D3A51;

}

hr.line {
  color: #1D3A51;
  
}

