body {
  margin: 0px;
  padding: 0px;
  background-color: #910045;
  height: 100%;
}

.head {
  text-align: center;
  height: 100%;
}


div.menu {
  margin-left: 10px;
}
div.menu a {
  font-family: arial, tahoma, verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fec8da;
}
div.menu a:hover {
  text-decoration: none;
  color: #fee8fa;
}


div.content {
  margin-left: 30px;
  margin-top: 30px;
  text-align: justify;

  font-family: arial, tahoma, verdana;
  font-size: 12px;
  font-weight: normal;
  color: #fec8da;
}
div.content h1 {
  font-size: 22px;
}
div.content h2 {
  font-size: 20px;
}
div.content h3 {
  font-size: 18px;
}
div.content h4 {
  font-size: 16px;
}
div.content h5 {
  font-size: 14px;
}
div.content h6 {
  font-size: 12px;
}

div.content table.b1 {
  width: 503px;
  background-color: #fec8da;
}
div.content table.b1 tbody {
  font-family: arial, tahoma, verdana;
  font-size: 12px;
  font-weight: normal;
  color: #fec8da;
}
div.content table.b1 th {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #710025;
  background-color: #be889a;
}
div.content table.b1 td {
  padding: 10px;
  background-color: #910045;
}

div.content table.b2 {
  width: 503px;
  background-color: #fec8da;
}
div.content table.b2 tbody {
  font-family: arial, tahoma, verdana;
  font-size: 12px;
  font-weight: normal;
  color: #fec8da;
}
div.content table.b2 th {
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #710025;
  background-color: #be889a;
}
div.content table.b2 td {
  padding: 5px;
  background-color: #910045;
}
div.content table.b2 td.t {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
div.content table.b2 td.r1 {

}
div.content table.b2 td.r1 div.c {
  color: #fee8ea;
  font-weight: bold;
  text-align: center;
}
div.content table.b2 td.r2 {
  background-color: #7a0023;
}
div.content table.b2 td.r2 div.c {
  color: #fee8ea;
  font-weight: bold;
  text-align: center;
}
div.content a {
  color: #ffc8ca;
}
div.content a:hover {
  text-decoration: none;
}


div.bottom {
  margin-bottom: 3px;
  text-align: right;

  font-family: arial, tahoma, verdana;
  font-size: 10px;
  font-weight: normal;
  color: #fec8da;
  text-decoration: none;
}
div.bottom a {
  font-family: arial, tahoma, verdana;
  font-size: 10px;
  font-weight: normal;
  color: #fec8da;
  text-decoration: none;
}

.tool-tip {
color:#FFFFFF;
width:139px;
z-index:13000;
}
.tool-title {
background:transparent url(bubble.png) repeat scroll left top;
color:#9FD4FF;
font-size:11px;
font-weight:bold;
margin:0pt;
padding:8px 8px 4px;
}
.tool-text {
background:transparent url(bubble.png) repeat scroll right bottom;
font-size:11px;
padding:4px 8px 8px;
}