body {
  bottom: 99%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: url(/images/background_slice.gif);  
  background-image: url(/images/background_slice.gif);
  background-position: center;
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}
.contentsmall{
  font-size: small;
}

.tablemain{
  background-color: transparent;
  background: transparent;
}
hr{
  width:90%;
}
td img {
  display: block;
}
td img.thumb {
  display: block;
  border-color: Black Black Black Black;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.topmenu_bg{
  background-image: url(/images/topmenu_bg.gif);
  background-repeat: repeat-x;
}
.content{
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 607px;
  background-color: #FEF7E7;
  background: #FEF7E7;
  vertical-align: top;
}
.innercontent{
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 5px;
  width: 582px;
  white-space: normal;
  display: block;
  vertical-align: top;
}

.bigimage{
  position: inherit;
  text-align: center;
  margin-right: 10px;
  margin: 10px;
}
.contentmenu{
  /*background-image: url(/images/topmenu_bg.gif);*/
  background-repeat: repeat-x;
  height: 45px;
  width: 607px;
  background-color: #FEF7E7;
  background: #FEF7E7;
  vertical-align: middle;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-top: 10px;
}
.menuitem{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: small;
  color: #00674C;
  font-weight: bolder;
  text-decoration: none;
}
.menuitem:hover{
  color: black;  
  text-decoration: none;  
}
.menuitem:active{
  color: black;    
  text-decoration: underline;  
}
.menubox{
  width: 555px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  display: block;
  text-align: right;
  border-color: Black Black Black Black;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  background-color: White;
  vertical-align: middle;
  font-size: small;
}
a{
  color: blue;
}
a:hover{
  color: blue;
}
a:active{
  color: blue;
}
.menubox a{
  color: blue;
}
.menubox a:hover{
  color: blue;
}
.menubox a:active{
  color: blue;
}
.thumbbox{
  width: 555px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  display: block;
  text-align: left;
  border-color: Black Black Black Black;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  background-color: White;
  vertical-align: middle;
  font-size: small;
}
.behindthenet{
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: smaller;
  color: black;
  text-decoration: none;
}
.behindthenet:hover{
  color: white;  
  text-decoration: none;  
}

.left{
  width: 49%;
  display: block;
  float: left;
  text-align: left;
  background-color: transparent;
  padding-bottom: 2px;
  padding-right: 0px;
  padding-left: 2px;
  padding-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 0px;
  margin-top: 2px;
  height: 24px;
}
.right{
  width:49%;
  display:block;
  float:right;
  text-align:left;
  background-color: transparent;   
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 0px;
  padding-top: 2px;    
  margin-bottom: 2px;
  margin-right: 0px;
  margin-left: 2px;
  margin-top: 2px;    
  height:24px;     
}
.row{
  width:99%;
  display:block;
  text-align:left;    
}
.rowright{
  width: 99%;
  display: block;
  float: right;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 0px;
  padding-top: 50px;
  margin-bottom: 2px;
  margin-right: 0px;
  margin-left: 2px;
  margin-top: 2px;
  height:50px;    
}
 
.hidden{
  display:none;
}
.formwidth{
  width:80%;
  text-align:center;
  vertical-align: middle;
  display:block;
}
.red{
  color: red;
}
