div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #2A6DC2;
}

div.menuBar {
  background-color: #F2F6FC;
  border: 1px solid #2A6DC2;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #2A6DC2;
  border: 1px solid #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #F2F6FC;
  border: 1px solid #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

body.index {
	background-repeat: repeat-x;
	background-image: url(i.menu/indexbg.png);
	background-attachment: scroll;
	background-color: #FFFFFF;
}

body.subpage {
	background-repeat: repeat-x;
	background-image: url(i.sub/bottom-bg.jpg);
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: center bottom;

}

.listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #0;
	background-attachment: fixed;
	background-image: url(i.menu/btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	padding: 2px 3px 1px;
	height: 16px;
	width: 181px;
  	cursor: hand;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link {
	color: #2A6DC2;
	text-decoration: none;
}
a:visited {
	color: #2A6DC2;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #C22949;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	line-height: 135%;
}
.ppl {
	padding: 6px;
	border: 1px dotted #C22949;
}
.putup {
	vertical-align: super;
}
.textWS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 18pt;

}

img.floatLeft {
	padding: 1px 15px 1px 0px;
	margin: 1px 15px 1px 0px;
	float: left;
}
img.floatRight {
	padding: 1px 0px 1px 15px;
	margin: 1px 0px 1px 15px;
	float: right;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #838383;
	line-height: 150%;

}
.title2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C22949;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	line-height: 135%;
}
.lineheight130 { line-height: 130%; }
.lineheight140 { line-height: 140%; }
.lineheight150 { line-height: 150%; }
.lineheight165 { line-height: 165%; }
.lineheight180 { line-height: 180%; }

.rightpadding { padding-right: 15px; }
