body {
  font-family : Arial,Sans-Serif;
  margin : 0px;
}

a:link {
  color : #800000;
  text-decoration: none;
}

a:visited {
  color : #800000;
  text-decoration: none;
}

a:hover {
  color : #FF0000;
  text-decoration: underline;
}

a.menutxt1:link {
  font-size : 11pt;
  font-weight : bold;
  color : #000000;
  text-decoration: none;
}

a.menutxt1:visited {
  font-size : 11pt;
  font-weight : bold;
  color : #000000;
  text-decoration: none;
}

a.menutxt1:hover {
  font-size : 11pt;
  font-weight : bold;
  color : #800000;
  text-decoration: underline;
}

h1 {
  font-size : 14pt;
  font-weight : normal;
  color : #800000;
}

.maintxt {
  font-size : 10pt;
  font-weight : normal;
  color : #000000;
}

.greytxt {
  font-size : 10pt;
  font-weight : normal;
  color : #404040;
}

.redtxt {
  font-size : 10pt;
  font-weight : normal;
  color : #FF0000;
}

.smalltxt {
  font-size : 8pt;
  font-weight : normal;
  color : #000000;
}

.button_main {
  font-size : 10pt;
  background-color : #800000;
  color : #FFFFFF;
  font-weight : bold;
}

.button_small {
  font-size : 8pt;
  background-color : #800000;
  color : #FFFFFF;
}

.nulltxt {
  font-size : 1px;
}