/* CSS Document */

/* BEGIN NAV */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #000099;
}

div.menuBar {
  background-color: #ffffff;
  border: 0px outset #000099;
  padding: 3px 3px 3px 3px;
  text-align: left;
}

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

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 0px outset #000099;
  color: #000099;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #ffffff;
  border: 0px solid #000099;
  color: #cc3333;
  left: 0px;
  top: 0px;
}

div.menu {
  background-color: #ffffff;
  border-top: 1px solid #000099;
  border-left: 1px solid #000099;
  border-right: 1px solid #000099;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000099;
  border-bottom: 1px solid #000099;
  cursor: default;
  display: block;
  padding: 2px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #FFFFFF;
  color: #cc3333;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.5em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
/* END NAV */


body {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	color: #444444;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	color: #444444;
}

ul {
	margin: 7px;
	padding: 7px;
	vertical-align: top;
	}

li {
	list-style-type: square;
	vertical-align: top;
	}

.headline {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	color: #2A2E7E;
}

.tiny {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	color: #444444;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 15px;
	color: #cc3333;
}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	line-height: 15px;
	color: #CC3333;
}

.footnote {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px;
	color: #CCCCCC;
}

div.bioimage {
	border: 1px solid #2A2E7E;
	background-color: #ffffff;
	padding: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
