body {
  margin: 0px;
}

#menuBar {
  background-color: #cdcdcd;
  border-style: solid;
  border-width: 0px;
  color: #000000;
  padding: 0px;
  text-align: center;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}

a.menuButton, a.menuButtonActive {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
	cursor: default;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	left: 0px;
	top: 0px;
	text-decoration: none;
}

a.menuButton:hover {
	border-color: #333333;
	color: #FFFFFF;
	background-color: #0000CC;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #3399cc;
  border-color: #000000;
  color: #000000;
  left: 0px;
  top: 0px;
}

.menu {
  background-color: #cdcdcd;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 101;
}

a.menuItem {
	color: #000000;
	background-color: #e2e2e2;
	cursor: default;
	display: block;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuItem:hover {
  background-color: #cdcdcd;
  color: #000000;
}

.menuItemSep {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #e2e2e2;
  background-color: #e2e2e2;
  margin: 3px 2px 3px 2px;
}

H1  {font-size: 15px; font-family:verdana,arial,sans-serif; font-weight: bold; color:#000000; font-style: normal; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;}

H2  {
	font-size: 15px;
	font-family:verdana, arial, sans-serif;
	font-weight: normal;
	color:#000000;
	font-style: normal;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

a.normal {}
a.normal:link     {
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #5a5a5a;
	text-decoration : none;
}
a.normal:visited  {
        font-size : 12px;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : #5a5a5a;
        text-decoration : none;
}

a.normal:active  {
        font-size : 12px;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : #5a5a5a;
}

a.normal:hover  {
        font-size : 12px;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
        color : black;
        text-decoration : underline;
}
