body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	width:900px; 
	text-align:center;
	/* background-color:#E4E6EB; 
	background-color:#E5E0E6;*/
	background-color:#EEEEDD;
}
h1 {font-size:24pt; font-weight: bold; color: #996699}
h2 {font-size: 14pt; font-weight: bold; color: #669966}
h3 {font-size: 12pt; font-weight: bold; color: #006666}
p {font-size: 12pt; line-height:16pt;}
a:link {color: #006666;}
a:visited {color: #006666;}
img {border: none;}

.small {font-size:9pt;}
.tenpt {font-size:10pt;}
.red {color: #006666; font-weight: bold; }
.title { font-weight: bold;}
.maindiv {
	width:900px;
	text-align:left;
}
.indexText {
	color:#006666;
	text-align:center;
	font-size:10pt;
	width:100%;
}
.menuDiv {
	/* position:relative;
	float:left;
	height:100px;
	width:150px;
	*/
	top:10px;
	padding-bottom:20px;
}
.headerDiv {
	position:relative;
	float:right;
	top:10px;
	height:100px;
	width:820px;
	text-indent:10px;
}
.bodydiv{
	/* width:775px;*/
	width:900px; 
	text-align:left;
	margin-left:40px;
	/* margin-right:40px; */
	padding-top:10px;
	background-color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	border-left:2px #B0A59B solid;
	border-right:2px #B0A59B solid;
	border-bottom:2px #B0A59B solid;
	border-top: 1px #B0A59B solid;
	/*
	border-left:2px #74675B solid;
	border-right:2px #74675B solid;
	border-bottom:2px #74675B solid;
	border-top: 1px #74675B solid;
	*/
}
.q{font-style: italic;}

.tabHeadline{
	font-size:24pt; 
	font-weight: bold; 
	/* color:#663333 */
	color:#3E5975;
}

/*- Menu Tabs 2--------------------------- */

#tabs2 {
  float:left;
  width:950px;
  font-size:70%;
  line-height:normal;
   /*   border-bottom:1px solid #84776B;*/
  }
#tabs2 ul {
	  margin:0;
	  padding:15px 10px 0 40px;
	  list-style:none;
  }
#tabs2 li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs2 a {
  float:left;
  background:url("menu/tableft2.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs2 a span {
  float:left;
  display:block;
  background:url("menu/tabright2.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#84776B;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a:hover span {
  color:#74675B;
  }
#tabs2 a:hover {
  background-position:0% -42px;
  }
#tabs2 a:hover span {
  background-position:100% -42px;
  }

  #tabs2 #current a {
		  background-position:0% -42px;
  }
  #tabs2 #current a span {
		  background-position:100% -42px;
  }





