p, img {
  border: none
}
 
body, table {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 10pt;
  line-height : 11pt;
  font-weight : normal;
  color       : #000000;
}

h1, h2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12pt;
  line-height : 12pt;
  font-weight : bold;
  color       : #000000;
}

h3 {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 10pt;
  line-height : 11pt;
  font-weight : bold;
  color       : #000000;
}

div.menu a {
  font-family     : Arial, Helvetica, sans-serif;
  text-decoration : none;
  font-size       : 10pt;
  line-height	  : 14pt;
  font-weight     : bold;
  display         : block;
  background-color: #EFEFEF;
  color		  : #000000;
  padding-left    : 0.0em; 
}

div.menu a:hover   {
  background-color: #0000CC;
  color: #FFFFFF;
}

div.submenu a {
  font-family     : Arial, Helvetica, sans-serif;
  text-decoration : none;
  font-size       : 10pt;
  line-height	  : 14pt;
  font-weight     : normal;
  display         : block;
  background-color: #EFEFEF;
  color		  : #000000;
  padding-left    : 0.5em; 
}

div.submenu a:hover   {
  background-color: #0000CC;
  color: #FFFFFF;
}

 
div.header {
  position	: absolute;
  top		: 5px;
  border-bottom : 0.2em outset;
  border-color: #0000CC;
  width : 100%;
  clear : both
}
 
 
div.footer {
  width : 100%;
  clear : both
}

div.menu, div.menufooter {
  clear            : none;
  padding          : 0.5em;
  background-color : #EFEFEF;
  position         : absolute;
  right		   : 5px;
  width            : 160px;
  top		   : 115px;
  border           : 0.1em outset;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: #0000CC;
}

div.body {
  background-color: #FFFFFF;
  position : absolute;
  top	        : 115px;
  left: 180px;
  right: 190px;
}

div.rightmenu {
  background-color : #FFFFFF;
  position	: absolute;
  left		: 10px;
  top	        : 115px;
  width   	: 160px;
}
 
div.banner {
  width : 100%;
}

div.minimenu {
  border       : 0.1em outset;
  border-color : #0000CC;
  text-align   : center;
  font-weight  : bold;
  font-size   : 8pt;
}

div.book {
  border-top       : 1px SOLID #9C9;
  margin-top       : 1em;
  background-color : #FFFFFF;
  color            : #000000;
  padding          : 0.5em;
  margin-left      : auto;
  margin-right     : auto;
  text-align       : center;
}
 
div.button
{
    BORDER: thin solid; 
    BORDER-STYLE: outset;
    BORDER-WIDTH: .2em;
    BACKGROUND: #EFEFEF;
    COLOR: #000000;
    PADDING: .5em;
    WIDTH: 45%;
    MARGIN-LEFT: AUTO;
    MARGIN-RIGHT: AUTO;
    TEXT-ALIGN: center;
}
