h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.intro {
  align: center;
}
.intro h1 {
  font-family: "Geneva, Arial, Helvetica, sans-serif";
  font-weight: 600;
  font-size: 22px;
  align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bodytext a {
  color: rgb(17,4,179);
  text-decoration:underline;
}

.topomenubrdr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.btmlftbrdr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.maintextbrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.frontpage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.btmnavtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#fpMenu a{
  //MS Trebuchet, ITC Avant Garde Gothic, MS Arial, MS Verdana, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz, Grotesk, Helvetica
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: rgb(17,4,179);
  line-height:150%;
}

#fpMenu table{
  text-align: center;
}
#fpMenu td {
  padding: 0px 7px;
  width: 100px;
  text-align: center;
  //border: solid rgb(17,4,179) 1px;
}

#fpMenu h1 {
  font-size: 14px;
}

#fpMenu a:hover {
  text-decoration: none;
  font-weight: 900;
  color: black;
}

#sideMenu {
  padding: 0;
  margin: 0;
}


#sideMenu td {
  width: 200;
  margin-left: 26px;
}

.item {
  width: 200;
  padding-left: 26px;
  color: black;
  background-color: white;
}

.item_curr {
  width: 200;
  padding-left: 26px;
  color: black;
  background-color: white;
}

.lightBold {
	font-weight: 600;
}
.section{
  width: 200;
  padding-left: 26px;
  color: white;
  text-transform: uppercase;
  background-color: rgb(51,51,204);
  background-image: url('images/sm_section.gif');
}

.section_curr {
  width: 200;
  padding-left: 26px;
  color: white;
  text-transform: uppercase;
  background-image:url('images/sm_section_curr.gif');
  background-color: rgb(51,51,204);
}

