body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FEF596;
	border: thick groove #FFCC00;
}

.text {
	font-family: "Bookman Old Style";
	font-size: 14px;
}

.textbold {
	font-family: "Bookman Old Style";
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-family: "Arial Narrow", "Arial Rounded MT Bold", "Arial Black";
	font-size: 10px;
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.medium {
	font-family: "Bookman Old Style";
	font-size: 12px;
}

.mediumbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #003333;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #009966;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
}
.text2small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339999;
}
.pic_border {
	border: thick ridge #990000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
#miniflex {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid #696;
  position:relative;
  z-index:2;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #9c9;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	padding-bottom: 2px;
	color: #696;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #696;
}

