body  { 
	margin-left: 15%; 
	margin-right: 15%; 
#	background: #9F9F9F; 
#       background: #666777;
        background: #BBBEB5;
	}
P {
	font: 10pt/16pt arial, helvetica;
	margin-top: 0px;
	text-align: justify; 
	}
em {
	font-style: italic;
	fount-weight: bold;
	/* font: 10pt/16pt arial, helvetica; */
	margin-top: 0px;
	}
a:link { 
	color: rgb(42, 42, 42) 
	}  /* for unvisited links */
a:visited { 
	color: rgb(102, 0, 102) 
	} /* for visited links */
a:active { 
	color: rgb(55, 0, 102) 
	} /* when link is clicked */
a:hover, { 
	color: rgb(255, 102, 0) 
	} /* when mouse is over link */
div.box0 {
	border: none; 
	border-width: thin; 
	padding-left: 0.0em;
	padding-right: 0.0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 100%;
	}
div.box2none {
#	border: solid; 
	border: none; 
	border-color: black;
	border-width: thin; 
	width: 100%;
	padding: 0.0em;
	}
div.box2blu {
	border: solid; 
	border-color: blue;
	border-width: thin; 
	width: 100%;
	}

/********************************************************************
* Tab styles.                                                          *
*********************************************************************/
div.tabBox {}

div.tabArea {
   font: 10pt/16pt arial, helvetica;
   font-size: 100%;
  font-style: normal;
#  font-weight: bold;
  padding: 0px 0px 2px 0px;
}

a.tab {
#  background-color: #666777;
#  background-color: #BBBEB5;
   background-color: #6A9B4C;
  border: 2px solid #000000;
  border-bottom-width: 2px;
  border-color: #000000 #000000 #000000 #000000;
#  -moz-border-radius: .75em .75em 0em 0em;
#  border-radius-topleft: .75em;
#  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  bottom: 2px;
  left: 2px;
  z-index: 100;
}

a.tab, a.tab:visited {
#  color: #9F9F9F;
  color: #000000;
#  color: #CC6600;
}

a.tab:hover {
  background-color: #CCCCCC;
#  background-color: #FF9900;

