@charset "utf-8";
/* CSS Document */
body { background-color:#2B211F; }
img, .header, .line, .top { behavior: url("iepngfix.htc"); }
.header { background-image:url(header.png); height:109px; }
.menu { background-image:url(menutopm.png); text-align:center; }
.line { background-image:url(line.png); }
.top { background-image:url(topm.png); 
font-family:"Tahoma"; font-size:11px; color:#000000; text-align:center;
vertical-align:top;
}

.book { font-family:"Tahoma"; font-size:11px; color:#FFFFFF; font-weight:bold; text-decoration:none; }
a.book:hover { color:#FF0000 }

.rec { font-family:"Tahoma"; font-size:11px; color:#000000; text-decoration:none; }
a.rec:hover { color:#FF0000; }

.txt, .title, .tl, .ttl { font-family:"Tahoma"; font-size:11px; color:#000000 }
.title { color:#062B43; font-weight:bold; }
.tl { color:#FF0000; font-weight:bold; }
.ttl { color:#000000; font-weight:bold; }

/* Menu */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family:"Tahoma"; font-size:11px; font-weight:bold;
    height:11px;
}

div.menuBar {
  padding: 10px 0px;
  text-align:inherit;
}

div.menuBar a.menuButton {
  color: #000000;
  cursor: hand;
  margin: 1px;
  padding: 8px 16px;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
border-top: 3px solid #666666;
color: #0D507A;
cursor: hand;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
cursor: hand;
  margin: 1px;
  padding: 9px 16px;
  position: relative;
  text-decoration: none;
  z-index: 100;
  border-top: 3px solid #666666;
color: #0D507A;
}

div.menu {
 text-align:center;
  border: 0px solid;
  padding: 0px 1px 1px 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: hand;
  display: block;
  padding: 0px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  color: #000000;
}

div.menu a.menuItem span.menuItemText {}

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

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

.bordes { border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
border-left:1px solid #000000;
}
