body {
	margin-left: 10% ;
	margin-right: 10% ;
	color: black ;
	background: white ;
}

/* h1 { margin-left: -8% ;}
h2,h3,h4,h5,h6 { margin-left: -4% ;} */

/* tabs */

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

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;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
/*  background-color: #c0c0c0; */
  background-color:	white;
  border: 1px solid #000000;
  width: 100%;
  /* hack to make the iframe a decent size in firefox :( */
  min-height: 400px;
  height: 80%; 
}

/* text */

* {
 font-family: verdana, serif;
 font-size: 12px;
 color: black;
}

:link {
 color: blue;
}

:visited {
 color: blue;
}

.text16 {
 font-family: verdana, serif;
 font-size: 16px;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

.text12b {
 font-family: verdana, serif;
 font-size: 12px;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

