/*****************************************************tab**************************************************************/	

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}
a.tab.activeTab {
  z-index: 102;
}
div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  width:271px;
  height:200px;
  padding: 1em;
  position: relative;
  z-index: 101;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}
div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  height:200px;
}
.text-black{
	color:#000000;
	font-family:'Tahoma',Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
h4 {
font-family:'Tahoma',Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:bold;
}

