a:link,a:visited{
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover,a:active {
  color: #A78A6D;
  text-decoration: none;
}

img{
  filter: alpha(opacity=50);
}

body{
  background: #F6F9F9 url(images/bg.gif) center repeat-y;
  margin: 10px;
  scrollbar-face-color: #F6F3F0;
  scrollbar-arrow-color: #F6F3F0;
  scrollbar-track-color: #F6F9F9;
  scrollbar-shadow-color: #A78A6D;
  scrollbar-3dlight-color: #F6F3F0;
  scrollbar-highlight-color: #A78A6D;
  scrollbar-darkshadow-color: #F6F3F0;
  cursor: default;
}

p,font,td,body{
  font: 7.5pt Verdana;
  color: #000000;
  text-align: justify;
}

.title{
  font: 14pt Elephant;
  color: #A78A6D;
  text-align: center;
  background: url(images/header.gif) center bottom no-repeat;
}

b{
  font: 7.5pt verdana;
  color: #A78A6D;
  font-weight: bold;
}

hr{
  width: 200px;
  height: 3px;
  color: #FFFFFF;
  border: 1px solid #A78A6D;
}

td{
  border: 1px solid #A78A6D;
}

table{
  width: 499;
  height: 100%;
}

p.menu{
  margin-top: -7px;
}

a.menuhead:link,a.menuhead:visited{
  text-decoration: none;
  color: #A78A6D;
  padding: 2px;
  padding-left: 14px;
  background: url(images/normal.gif) no-repeat;
  font-weight: bold;
  width: 100%;
}

a.menuhead:hover,a.menuhead:active{
  text-decoration: none;
  color: #A78A6D; 
  padding: 2px;
  padding-left: 14px;
  background: url(images/hover.gif) no-repeat;
  font-weight: bold;
  width: 100%;
  cursor: default;
}

a.menu1:link,a.menu1:visited{
  text-decoration: none;
  color: #FFFFFF;
  background: none;
  padding: 2px;
  font-weight: bold;
  width: 100%;
}

a.menu1:hover,a.menu1:active{
  text-decoration: none;
  color: #A78A6D; 
  padding: 2px;
  font-weight: normal;
  width: 100%;
}