body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	font-family : Times New Roman,serif;
	color: #000000;
	background-color: white;
	
}

h1 {
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h4 {
	font-size: medium;
	font-weight: bold;
}
h5 {
	font-size: small;
	font-weight: bold;
}
h6 {
	font-size: x-small;
	font-weight: bold;
}

div.centertop {
	text-align: center;	
}

div.centertop table {
	color: #FFFFFF;
	background-color: #02401C;
	background-image: url('images/topborder.png');
	background-repeat: repeat-x;
	border-width: 1 px;
	border-spacing: 0 px;
	border-padding: 0px;
	border-style: solid;
	border-color: #02401C;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.center {
	text-align: center;
}

div.center table {
	color: #FFFFFF;
	background-color: #02401C;
	border-width: 1 px;
	border-spacing: 0 px;
	border-padding: 0px;
	border-style: solid;
	border-color: #02401C;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.subcenter {
	text-align: center;	
}

div.subcenter table {
	background-color: #FFFFFF;
	border-width: 0 px;
	border-spacing: 0 px;
	border-padding: 0px;
	border-style: none;
	border-color: black;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

td.centerborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "Times New Roman", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #02401C;
  border: 0 none #000000;
  padding: 0 px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  margin: 0 px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #008800;
  border: 1px outset #FFFFFF;
  color: #FFFFFF;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #008800;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #02401C;
  border: 1px solid #FFFFFF;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 175px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #008800;
  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;
}
