.navMenu {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-indent: 3pt;
	background-color: #EEEEEE;
	cursor:hand;
	background-image: url(../images/NavMenuButtonBG.gif);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid #959595;
}

.navMenuSelected {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-indent: 3pt;
	cursor:hand;
	background-color: #FFFFFF;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #959595;
}

.featuredSpace {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

.text {
	font-family:Arial;
	font-size:13px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.link {
	font-family:Arial;
	font-size:13px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-indent: 10pt;
}

.bodyTitle {
	font-family:Arial;
	font-size:15px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-transform: capitalize;
}

.pageTitle {
	font-family: Georgia;
	font-size:19px;
	font-weight: bold;
	color: #0083B9;
	font-style: normal;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 30px;
}

.combobox {
background-color: #FFFFFF;
color: #333333;
font-size: 10pt;
font-family: arial;

}

ul {
	list-style:square;
}

A {
	text-decoration: underline;
}

A:hover {
  background-color: none;
  color: #333333;
  text-decoration: none;
}
