
div.tabBox2 {
position: relative;
top: 14ex;
margin: 0% 2% 0% 10%;
}

div.tabArea2 {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;

}

a.tab2 {
  background-color: #b0ffd0;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #d0fff0 #90e0b0 #90e0b0 #d0fff0;
  padding: 2px 1em 2px 1em;
  margin: 0px 20px 0px 0px;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab2, a.tab2:visited {
  color: #60b080;
  font-size: 125%
}

a.tab2:hover {
  background-color: #80d0a0;
  border-color: #a0f0c0 #60b080 #60b080 #a0f0c0;
  color: #e0ffff;
}

a.tab2.activeTab, a.tab2.activeTab:hover, a.tab2.activeTab:visited {
  background-color: #70c090;
  border-color: #90e0b0 #50a070 #50a070 #90e0b0;
  color: #e0ffff;
}

a.tab2.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain2 {
  background-color: #70c090;
  border: 2px solid #000000;
  border-color: #90e0b0 #50a070 #50a070 #90e0b0;
  padding: 0.5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper2 {
  width: 768px;
}

iframe.tabContent2 {
  background-color: #70c090;
  border: 1px solid #000000;
  border-color: #50a070 #90e0b0 #90e0b0 #50a070;
  width: 768px;
  height: 90ex;
}
