body {
  margin:0px;
}

table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
}
td {
  padding: 0px;
}

h1 {
  color: #ae8d3f;
  font-size: 20px;
}
h2 {
  color: #ae8d3f;
  font-size: 18px;
}

b {
  color: #2ab9aa;
  font-weight: bold;
}

a {
  font-size: 11px;
  color: #000000;
}
  
p {
  margin: 3px;
}

img {
  border: 0;
}

.text {
  font-size: 12px;
  margin: 15px 15px 15px 0px;
  text-align: justify;
}
.text-a {
  font: bold 12px/26px Tahoma;
}

.menu {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

.menu1 {
  color: #c80050;
  font-weight: bold;
  text-transform: uppercase;
}

.menu2 {
  color: #000000;
  text-decoration: none; 
}
.menu3 {
  color: #c80050;
  text-decoration: none; 
  border-bottom: 1px dotted #c80050;
}
a.menu2:hover {
  text-decoration: underline;
}
.footer_l {
  color: #9f9f9f;
  text-decoration: none;
}
.pic a:link, .pic a:visited {
  color: #2ab9aa;
  text-decoration: none;
  font-weight: bold;  
}
.pic a:hover {
  color: #c80050;
  text-decoration: underline;
}
.search {
  margin:0px;
  background-color:#176b63;
}
.search input {
  font-size: 9px;
  border: 1px black solid;
}

.item td {
  padding: 4px;
}
.item td.hr {
  padding: 0;
  height: 1px;
  background: #ccc;
}

