body {
  padding: 0px;
  margin: 0px;
}
td {
  color: #000000;
  font-size: 12px;
  font-family: Arial;
}
td.logo {
  background-image: url('../images/logo_bg.png');
  background-repeat: repeat-x;
  height: 108px;
  width: 189px;
}

.ohrbanner {
        position:absolute;
        top: 0px;
        z-index: 2;
        overflow:inherit;
        cursor:hand;
        cursor:pointer
}

.ohrbanner2 {
        position:absolute;
        width:520px;
        margin:0px auto 0px auto;
        top: 20px;
        z-index: 5;
        overflow:inherit;
        cursor:hand;
        cursor:pointer
}
td.header {
  background-image: url('../images/header_bg.png');
  background-repeat: repeat-x;
  height: 108px;
}
td.nav {
  background-image: url('../images/nav_bg.png');
  background-repeat: repeat-y;
}
td.content {
  padding: 4px, 4px, 4px, 4px;
}
span.txtHeader {
  color: #F14C2E;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
}
image.medew {
  border: 1px solid #000000;
}
a, a:active, a:visited {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;	
}
a:hover {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;	
}

