html {
  font-size: 9pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

html table {
  font-size: 9pt;
}

body {
  margin: 15px;
}

div.spacer {
  clear: both;
  height: 10px;
}

div.content {
  padding: 5px;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #06437D;
  margin: 0px;
  padding: 0px;
}

option, select {
  font-size: 9pt;
}

#dummy {
  font-style: italic;
  color: #aaa;
}

#wrap {
  width: 950px;
  height: 100%;
  background-color: white;
}

.menu {
  width: 100%;
  height: 22px;
  font-size: 9pt;
  font-weight: bold;
}

.menu TD {
  background-color: #6699CC;
  color: white;
  padding: 0px 10px 0px 20px;
}

.menu TD.first {
  border-left: 0px;
}

.menu TD.selected {
  font-weight: bold;
}

.menu TD.over {
  cursor: hand;
  cursor: pointer;
  background: #6699CC url( '../images/menu_arrow.gif' ) 6px center;
  background-repeat: no-repeat;
}

.menu TD a:hover {
  text-decoration: none;
}

.ibox {
  padding: 0px;
  background-color: #E6EEF7;
}

#spacer {
  height: 10px;
}

h1 {
  padding: 3px 5px;
  color: #06437D;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
}

h2 {
  background-color: #336699;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  margin: 0px;
  margin-bottom: 5px;
  padding: 3px 0px;
}

h3 {
  font-size: 9pt;
  margin-bottom: 10px;
}

h4 {
  font-size: 9pt;
  padding-left: 5px;
  margin-bottom: 0px;
  margin-top: 5px;
}

p {
  margin: 10px 5px;
}

ul {
  list-style-position: outside;
  list-style-image: url( '../images/listitem_blue.gif' );
  margin: 0px;
  padding: 5px 5px 5px 30px;
  vertical-align: middle;
}

li {
  margin: 0px;
  padding: 0px;
}

th {
  text-align: left;
  vertical-align: top;
  padding-top: 3px;
  font-weight: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

.inputfield {
  border: 1px solid black;
  font-family: Courier;
  font-size: 9pt;
}

input.inputfield {
  height: 20px;
}

.inputbutton {
  border: 0px;
  background-color: #06437D;
  color: white;
  font-weight: bold;
  font-size: 9pt;
  padding: 2px 2px 2px 2px;
  height: 20px;
  cursor: hand;
  cursor: pointer;
}

.inputPagenr {
  border: 1px solid #BAD0E2;
  background-color: #F9FAFB;
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
  text-align: right;
  padding-right: 2px;
}

.stretch {
  width: 100%;
}

/** Background styles ***************************************************/

/* dark blue */
.bgStyle1 {
  background-color: #05567E;
}

/* normal blue */
.bgStyle2 {
  background-color: #E6EEF7;
}

/* light blue */
.bgStyle3 {
  background-color: #E8EEF3;
}

.bgGreen {
  background-color: green;
}

/** Hyperlink styles ****************************************************/

a:link, a:visited {
  color: black;
}

a:hover {
  color: #FF9933;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
  color: white;
}

.menu a:hover {
  text-decoration: underline;
  color: white;
}

/** Header styles *******************************************************/

#header {
  margin: 5px;
  height: 115px;
  background-position: top right;
  background-repeat: no-repeat;
}

#header div {
  width: 150px;
  text-align: left;
  color: #110059;
  font-weight: bold;
  line-height: 20px;
}

/** Footer styles *******************************************************/

#footer {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #aaa;
}