/******** Body Space ********/
.ContentText {
  font-size: 90%;
	font-family: 'Times New Roman', serif;
}
.ContentTextBody {
  font-size: 100%;
	font-family: 'Times New Roman', serif;
}
.ContentTextBodyLarge {
  font-size: 115%;
	font-family: 'Times New Roman', serif;
	font-weight: 900;
}
table.mainTable {
	position: relative;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 600px;
	border: 1px solid;
	padding: 10px 20px 0px 20px;
}
td.mainTable {
	height: 100px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #FFFFFF;
}
ul.tableList {
  list-style-type: disc;
  list-style-position: inside;
}
/******** Header ********/
.titleText {
	font-size: 38px;
	font-family: 'Times New Roman', serif;
}
.titleTextBody {
  font-size: 18px;
	font-family: 'Times New Roman', serif;
}
table.headerTable {
  max-height: 75px;
	width: 600px;
	height: 75px;
	border: 2px solid;
}
td.headerLogo {
	height: 75px;
	width: 150px;
}
/******** Menu List ********/
table.menuBar {
  position: relative;
  top: -2px;
  left: -2px;
  width: 600px
}
#tabs ul {
  position: relative;
  left: 2px;
  top: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'Times New Roman', serif;}
#tabs li {
	display: inline;
}
#tabs li a {
  position: relative;
  left: 3px;
  top: 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 1px solid #990033;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000;
	text-decoration: none;
}
#tabs li a {
  width: auto;
}
#tabs li a:hover {
	padding: 0px 20px 0px 20px;
	float: left;
	border-left: 0px solid #FF0033;
	border-right: 0px solid #CC0033;
	border-top: 1px solid #FF0033;
	border-bottom: 1px solid #CC0033;
	background-color: #990033;
	color: #fff;
	text-decoration: none;
}
#tabs li a.current {
	padding: 0px 20px 0px 20px;
	float: left;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #CC0000;
	background-color: #660000;
	color: #fff;
	text-decoration: none;
}
#tabs li a.current {
  width: auto;
}
/* inline text menu */
/******** Footer Table ********/
.ContentTextFooter {
  font-size: 60%;
	font-family: 'Sans Serif', sans-serif;
}
table.footer {
  position: relative;
  left: 8px;
  top: 0px;
	height: 100px;
	width: 600px;
	border: 0px;
}
#inline {
  font-size: 65%;
  font-family: Helvetica, 'Sans Serif', sans-serif;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	width: 400px;
}
#inline li {
	position: relative;
	top: 0px;
	left: -20px;
	padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
	list-style: none;
	display: inline;
}
