td
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.top_menu
{
 padding: 5px 20px;
}

A
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #C35AA0;
  text-decoration: none;
}
A:hover
{
  text-decoration: underline;
}

.ROOM_A
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.ROOMS_SECTION
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.MENU
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.MENU:hover
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.HEADER
{
  font-family: Arial, Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.IMAGE_WITH_BORDER
{
  border: 1px solid #C35AA0;
}



.MORE_BUTTON
{
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #EAEAEA;

  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #EAEAEA;

  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #EAEAEA;

  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: #EAEAEA;
}

.TABLE_CAPTION
{
  background-color: #C35AA0;
  color: white;

  margin: 0px;
  border: 0px;

  padding: 5px;
  width: 100px;

  font-weight: bold
}


.DESCRIPTION_TABLE_IMAGE_WITH_BORDER
{
  border: 2px solid #C35AA0;
  margin: 10px;
  width:  120px;
  height: 120px;
}


.STANDARD_IMAGE_WITH_BORDER
{
  border: 1px solid #C35AA0;
}

.TABLE_WITH_SHORT_DESCRIPTION
{
  margin: 0px; 
  background-color: #FFFFFF; 
  border-top-style: solid; 
  border-top-width: 2px; 
  border-top-color: #C35AA0;
  border-bottom-style: solid; 
  border-bottom-width: 2px; 
  border-bottom-color: #EAEAEA;
}

