.clsMainTable{
  border-style: solid;
  border-width: 2px;
  border-color: #8E4C34;
  background-Color:white;
  width:830px;
  padding:10px;
}

.clsRoomsTable{
  border-style: solid;
  border-width: 2px;
  border-color: #8E4C34;
  background-Color:white;
  width:830px;
  padding:10px;
}

.clsMainTableText{
  vertical-align:top;
  color:#8E4C34;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding:15px;
}

.clsTextHeading{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #8E4C34;
  margin-top: 5px;
  margin-bottom: 10px;
}

.clsRoomTextHeading{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #8E4C34;
  margin-top: 0px;
  margin-bottom: 10px;
}


.clsFooter{
  font-family: Verdana;
  font-size: 10px;
  color: white;
  width:830px;
  background-Color:#8E4C34;
  vertical-align:center;
  height:20px;
  margin-bottom: 15px;
}

.clsMenuBar{
  font-family: Verdana;
  font-size: 10px;
  color: white;
  width:830px;
  background-Color:#8E4C34;
  vertical-align:center;
  height:20px;
  margin-bottom: 0px;
}

body{
  background-image:url('../images/backgroundTile.png');
  background-repeat: repeat-x;
  font-size: 10px;
  font-family: Verdana;
  color:#8E4C34;
}

.clsNormalText {
  font-family: Verdana;
  font-size: 12px;
  color: #8E4C34;
}

.clsWhiteText{
  font-family: Verdana;
  font-size: 10px;
  color: white;
  text-decoration:none;
}
