body {
  font-family: Arial;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  color: #3366FF;
  margin-top: 0;
  padding-top: 0;
}

.success {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #2B0084;
  padding: 20px 0 20px 0;
}

.red {
  color: #FF0000;
}

.text {
  text-align: justify;
}

table {
  width: 100%;
}

table.bluebg {
  background-color: #3366ff;
}

tr.white {
  background-color: #fff;
  font-weight: bold;
}

td.lightrow {
  background-color: #ffffcc;
  color: #3366ff;
}

td.lightrow a {
  color: #3366ff;
}

td.darkrow {
  background-color: #fad500;
  color: #fff;
}

td.darkrow a {
  color: #fff;
}

.w100 {
  width: 106px;
}

.w350 {
  width: 317px;
}

.w110 {
  width: 116px;
}

.w70 {
  width: 76px;
}

#leftcol {
  float: left;
  width: 540px;
  padding-right: 10px;
}

#rightcol {
  float: left;
  width: 90px;
}

#bookingform {
  width: 528px;
  margin-top: 10px;
  background-color: #ffffcc;
  padding: 20px;
  border: 1px solid #fad500;
}

#bookingform label {
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
  width: 150px;
  margin-bottom: 15px;
}

#bookingform input {
  float: left;
  display: block;
  width: 200px;
}

#bookingform select {
  float: left;
  width: 200px;
}

#bookingform textarea {
  float: left;
  width: 200px;
  margin-bottom: 10px;
}

#bookingform br {
  clear: both;
}

#contactbuttons {
  margin-left: 161px;
}

#contactbuttons input {
  width: 100px;
}

.spacer {
  clear: both;
}
