body {
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #333366;
  background-color:#FF5800;
  margin: 0px; 
}

p, td, li {
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  line-height: 145%;
  color: #333366;
}

h1 {
  font-size: 14px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #FF3706; 
}

h2 {
  font-size: 14px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #544683; 
}

h3 {
  font-size: 14px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #000000; 
}

h4 {
  font-size: 13px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #FF3706; 
}

h5 {
  font-size: 13px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #544683; 
}


h6 {
  font-size: 13px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #FF842F; 
}


.orange {
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #FF3706; 
}

.headhighlight {
  font-size: 14px;
  font-family: bold Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #333366; 
}

a:link {
color: #FF5800;
}

a:hover {
color: #FF3D08;
}

a:visited {
color: #FF842F;
}

.menutxt {
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #706A85;
}

.contentbox {
  background-color:#EBE7F9;
}

.whitet {
  background-color:#FFFFFF;
}

.copyright {
  font-size:9px;
  color: #FFFFFF;  
}

a.copyright {
color: #FFFFFF;
}

a.copyright:hover {
color: #000000;
}

a.copyright:visited {
color: #FFFFFF;
}

#hintbox{ /*CSS for pop up hint box */
position: absolute;
top: 0;
background-color: white;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

td.reception {
background-image: url(../images/reception_bg.jpg);
background-repeat: no-repeat;
padding-top: 200px;
}