	
.headDotted {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #B0C63F;
	margin: 1px;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightDotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B0C63F;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B0C63F;
}

.greenBoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #B0C63F;
	border: 0px none;
	text-decoration: underline;
	margin: 2px;





}
.normal11text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;

}
.redBoldLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #B2383A;
	border: 0px none;
	text-decoration: underline;
	margin: 2px;
}
.paddedCell {
	padding: 5px;
}
.rightbottomDotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B0C63F;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B0C63F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0C63F;

}

div.menuBar,
div.menu,
div.menu a.menuItem {
  font-family: "arial", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #B0C63F;
  border: 0px outset #B0C63F;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #e0e0e0;
  color: #FFFFFF;
  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: 0px outset #B0C63F;
  color: #FFFFFF;
  cursor: hand;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #06682D;
  border: 0px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;

}

div.menu {
  background-color: #FFFFFF;
  border: 1px solid #D1DD8E;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
    cursor: hand;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #06682D;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #06682D;
  margin: 4px 2px;
}

div.menuBar a.menuButton {   font-family: "arial", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bolder;
  color: #FFFFFF;
 } 
.redBackround {
	background-color: #B2383A;
}
