body {
  margin:                 0px;
  background-image:       url(title_bg);
  background-repeat:      repeat-x;
  font-family:            Helvetica,Verdana,Arial,sans-serif;
  font-size:              0.9em;
  font-weight:            normal;
  color:                  #000033;
  background-color:       #ffffff;
}
div#body {
  width:                  700px;
  margin-left:            auto;
  margin-right:           auto;
  margin-top:             0px;
  margin-bottom:          0px;
}
div#header {
  height:                 135px;
  padding:                0px;
  margin-left:            0px;
  margin-right:           0px;
  margin-top:             0px;
  margin-bottom:          20px;
  background-image:       url(title_img);
  background-repeat:      no-repeat;
  background-position:    center;
}
div.em {
  border-left:            6px solid #cc0000;
  padding-left:           20px;
}
div.em h2 {
  color:                  #cc0000;
}
h1#page-title {
  font-family:            Verdana,Arial,sans-serif;
  color:                  #ffffff;
  padding:                0px;
  margin:                 0px;
  font-size:              32px;
  font-weight:            bold;
}
h1#page-title a {
  color:                  #ffffff;
  padding:                0px;
  margin:                 0px;
  font-weight:            bold;
}
h1#section-title {
  font-family:            Verdana,Arial,sans-serif;
  padding:                0px;
  margin:                 0px;
  font-weight:            normal;
}
p#section-headline {
  padding:                4px;
  margin:                 0px;
  margin-bottom:          30px;
}
h2 {
  font-size:              1.2em;
  font-weight:            normal;
}
h3 {
  font-size:              1.1em;
  font-weight:            normal;
}
small {
  font-size:              0.8em;
}
td {
  font-size:              0.9em;
}
h2#section-title,h2.ChapterHead {
  border-bottom: 2px solid #cc0000;
}
div#navi {
  position:               absolute;
  top:                    70px;
  width:                  700px;
}
small#navi-main {
  display:                block;
  float:                  left;
  position:               absolute;
  left:                   0px;
}
small#navi-main a:before {
  content: " » ";
  color: #cc0000;
}
small#navi-services {
  display:                block;
  position:               absolute;
  right:                  0px;
}
small#navi-services a:before {
  content: " » ";
  color: #333399;
}
small#footer {
  display:                block;
  border-top:             2px solid #cc0000;
  margin-top:             20px;
  padding-top:            4px;
  padding-right:          10px;
  padding-bottom:         10px;
  text-align:             right;
}
td.toc-entry-left {
  width:                  50%;
  padding-right:          10px;
  padding-top:            20px;
  vertical-align:         top;
}
td.toc-entry-right {
  width:                  50%;
  padding-left:           10px;
  padding-top:            20px;
  vertical-align:         top;
}
a,a:visited,a:active,a:hover {
  color:                  #333399;
  font-weight:            semi-bold;
  text-decoration:        none;
}
