body { 
	margin-left: 15%; 
	margin-right: 15%; 
//      BODY BACKGROUND COLOR
//      background: #6A9B4C;
        background: #BBBEB5;
	}
P {
	font: 10pt/16pt arial, helvetica;
	margin-top: 0px;
	text-align: justify; 
	}
h3 {
	font: 10pt/16pt arial, helvetica;
	margin-top: 4px;
	text-align: center; 
	}
em {
	font-style: italic;
	fount-weight: bold;
	/* font: 10pt/16pt arial, helvetica; */
	margin-top: 0px;
	}
fontA {
	font: 8pt/18pt arial, helvetica;
	}
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-color: none;
	border-width: thin; 
	width: 100%;
	}
div.box244 {
	border: solid; 
	border-color: none;
	border-width: thin; 
	width: 44%;
	text-align: center;
	}
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;
}

/* TAB BACKGROUND COLOR */
a.tab {
#  background-color: #BBBEB5;
#  background-color: #A9AAA4;
   background-color: #6A9B4C;
/* TAB BORDER WIDTH */
  border: 2px solid #000000;
/* TAB BOTTOM BORDER SIZE */
  border-bottom-width: 2px;
/* TAB BORDER COLOR */
 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;
  left: 2px;
  z-index: 100;
}

a.tab, a.tab:visited {
#  color: #8060b0;
#  color: #000000;
#  color: #CC6600;
#  color: #DFCDC1;
#  color: #000000;
   color: #010101;
}

a.tab:hover {
#  background-color: #CC6600;
#  background-color: #FF9900;
#  background-color: #ab5270;
#  background-color: #6A9B4C;
   background-color: #A9AAA4;
}

