div.tabArea { margin-top: 5px;
  font-size: 75%;
  font-weight: bold;
}

a.tab { 
  background-image: url(../img/book_03.gif);
  border-left: 1px solid #666666 ; border-right: 1px solid #666666 ; border-top: 1px solid #666666 ;
  border-bottom-width: 0px;
  padding: 2px 0.4em 2px 0.4em; 
  text-decoration: none;
}

a.tab, a.tab:visited { background-color: #ffffff;
  color: #808080;
}

a.tab:hover {
background-image: url(../img/book_02.gif);
  color: #606060; background-color: #ffffff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-image: url(../img/book_02.gif);
  color: #000000;  background-color: #ffffff;
}

div.tabMain { width: 450px; height: 180px;
  background-image: url(../img/gurat.jpg); 
  
  padding: 5px; margin-bottom: 10px;
}

div.tabIframeWrapper {
  width: 450px; height: 180px; padding: 0px;
}

iframe.tabContent { color: #000000;
  background-color: #ffffff;
  width: 450px; height: 180px; 
}





