body {
  font: 11px/15px Verdana, Sans-Serif;
  color: #666;
}
a {
  color: #738f94;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-family: Arial, Sans-Serif;
}

h1 {
  font-size: 200%;
  line-height: 240%;
}

h2, h2 a{
  font-size: 16px;
  margin-bottom: 10px;
  color: #336699;
}

h3, h4, h5 {
  line-height: 180%;
}

p, .normal {
  padding-bottom: 10px;
  line-height: 15px;
}

ul, ol {
  line-height: 15px;
  padding-left: 30px;
}
ul li, ol li {
  padding-bottom: 5px;
}
ol {
  list-style: decimal;
}
ol.lower-alpha {
  list-style: lower-alpha;
}
ol.lower-roman {
  list-style: lower-roman;
}
ul {
  list-style: disc;
  list-style-image: url("/img/blackarrow.jpg");
}
.hyperlink_normal {
  color: #738f94;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
  background-image: none;
  color: #738f94;
  text-decoration: none;
}
.hyperlink_more {
  color: #738f94;
  text-decoration: none;
  font-weight: bold;
  padding-right: 11px;
  margin-top: 20px;
  background: url("/img/blackarrow.jpg") no-repeat center right;
}
.hyperlink_download {
  color: #738f94;
  text-decoration: none;
  font-weight: bold;
  padding-left: 21px;
  background: #fff url("/img/download.jpg") no-repeat 0 0 ;
  line-height: 16px;
  margin: 5px 0;
  clear: right;
}
.title {
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #336699;
}
.sidebar_title {
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #336699;
  text-align: center;
  background: #fff url("/img/side_title_bg.jpg") no-repeat 0 0;
  width: 231px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

.vertical_align {
  vertical-align:top;
 }
