body {
  margin: 0px;
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #000000;
  text-align: left;
}

h1 {
  font-family: Trebuchet MS; 
  font-size: 18px;
  color: black;
  text-transform:lowercase;  
  margin-top: 10px;
  margin-bottom: 10px;
}

h2, h3 {
  font-family: Tahoma; 
  font-size: 11px;
  color: black;
}

td {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #000000;
}

.address {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #7C7C7C;
  margin: 10px;
  margin-left: 20px;
  margin-right: 15px;
}

.icons {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #E5E5E5;
  text-align:right;
}

form {
  margin: 0px;
}

a {
  color: #9E282A;
  text-decoration: none;
}

a:hover {
  color: #9E282A;
  text-decoration: underline;
}

	
.menu{
	color:#663333;
	background-color:transparent;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

a.menu {
  color: #663333;
  text-decoration: none;
}

a.menu:hover {
  color: #000000;
  text-decoration: none;
}

a.menu_selected{
  color: #9E282A;
  text-decoration: none;
}
a.menu_selected:hover{
  color: #9E282A;
  text-decoration: none;
}
a.submenu {
  color: #000000;
  text-decoration: none;
}

a.submenu:hover {
  color: #000000;
  text-decoration: underline;
}
a.submenu_selected{
  color: #9E282A;
  text-decoration: none;
}
a.submenu_selected:hover{
  color: #9E282A;
  text-decoration: none;
}


.form {
  font-family: Tahoma; 
  font-size: 11px;
  color: #606060;
  font-weight: normal;
}

.formb {
  font-family: Tahoma; 
  font-size: 11px;
  color: #606060;
  font-weight: normal;
}

.select {
  font-family: Tahoma; 
  font-size: 11px;
  color: #606060;
  font-weight: normal;
}

.select2 {
  font-family: Tahoma; 
  font-size: 11px;
  color: #606060;
  font-weight: normal;
  width: 110px;
}

.search {
  font-family: Tahoma; 
  font-size: 11px;
  color: #606060;
  font-weight: normal;
  text-align: right;
}

.greytext {
  font-family: Tahoma; 
  font-size: 11px;
  color: #808080;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  margin-left: 0px;
}

hr {
  color: rgb(183,149,51);
  height: 1px;
  width: 200px;
  text-align: center;
  border: 0px;
  background: #E5E5E5;
}

.title {
  font-family: Trebuchet MS; 
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-left: 20px;
  height: 40px;
  background-image: url(title.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.content {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px;
  color: #000000;
  padding: 30px;
  padding-top: 5px;
}


