body, p, div, td, input, textarea, form {
   font-family: verdana, tahoma, arial; font-size: 10pt;
}
th {
   font-family: verdana, tahoma, arial; font-size: 10pt; font-weight:bold;
}

td.bold {
	font-weight:bold;
}
h1 {
   font-weight:bold; font-family:helvetica,arial;
   font-size:24pt; color:black;
   //border: solid 1px blue;
}
h2 {
   font-weight:bold; font-family:tahoma,verdana,helvetica,arial;
   font-size:14pt; color:#a8a0a0
}
h3 {
   font-weight:bold;
   font-family: verdana, tahoma, arial; font-size: 10pt;
}

textarea.tt {
   font-family:courier; font-size:12pt
}

h2.book {
   font-weight: bold; font-family:arial,helvetica;
   font-size: 150%;
   color: black;
   padding-top: 1.5em;
}

h3.book {
   font-weight: bold;
   font-size: 100%;
   color: black;
}

h2.black {
   color:black
}
a {
  color : #a80000;
}
a:visited {
	  color : #700000;
}
a:hover {
	color : #f00000; text-decoration:none;
}

#menu ul {
  padding: 0.5em;
  background-color: #f0f0e8;
  font-size: 120%;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
}

#menu li {
	 display: inline;
	 list-style: none;
	 margin: 0;
}

#menu a {
  padding: 0.5em;
}

#menu a:hover {
	color : f0f0e8; text-decoration:none;
	background-color: #a80000;
}

#submenu {
	 position: absolute;
	 top: 5em;
	 width: 7em;
	 padding: 0.5em;
	 background-color: #f0f0e8;
	 border-top: solid 1px #000000;
	 border-right: solid 1px #000000;
	 border-bottom: solid 1px #000000;
}

#submenu a:hover {
	color : f0f0e8; text-decoration:none;
	background-color: #a80000;
}

#submenu ul {
	 list-style-type: none;
	 margin: 0;
	 padding: 0.5em;
}

#content {
	 position: absolute;
	 top: 4em;
	 left: 10em;
	 padding: 0.5em;
}

#content img {
         border: none;
}

#contentnosubmenu img {
         border: none;
}

#contentnosubmenu {
	 position: absolute;
	 top: 4em;
	 left: 4em;
	 padding: 0.5em;
	 //border: solid 1px red;
}

table.figure_right td {
        font-weight: bold;
        font-size: 70%;
	align: right;
        margin-left: 20px;
}
table.figure_left td {
        font-weight: bold;
        font-size: 70%;
        align: left;
        margin-right: 20px;
}

table.footnotes td {
	padding-right: 1em;
	vertical-align: top;
}
