/**
 * GENERAL: BODY
 */
body {
  color: #303030;
  font-size: 13px;
  font-family: arial;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/**
 * GENERAL: HEADLINES
 */
h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-weight: normal;
}

h1 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 17px;
}

h2 {
  color: #919191;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
}

sup {
  font-size: 0.6em;
}

h3 {
  color: #303030;
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: bold;
}

div.content h3 {
  padding-left: 0;
  border-top-width: 0;
}

h3 sup {
  position: relative;
  top: 5px;
}

h4 {
  color: #666;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
}

h5 {
  color: #919191;
  font: normal normal 16px;
  margin-bottom: 5px;
}

h5 sup {
  margin-top: 5px;
}

h6 {
  color: #919191;
  font: normal normal 14px;
}



/**
 * GENERAL: PARAGRAPHS
 */
p {
  line-height: 18px;
  margin: 0 0 1em 0;
}



/**
 * GENERAL: LINKS
 */
a:link, a:visited {
  color: #005a90;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #005a90;
  outline: none;
  text-decoration: underline;
}

hr {
  clear: both;
  margin: 0 0 0.5em 0;
  padding: 0;
  height: 10px;
  border: 0;
  border-color: #fff;
  border-bottom: 1px solid #ccc;
  background: #fff;
  color: #fff;
}

#main .read-more,
a.read-more {
  display: inline-block;
  padding: 0 37px 0 10px;
  background: #1e191a url(../images/icons/arrow-grey.png) no-repeat top right;
  line-height: 27px;
  height: 27px;
  color: #fff;
  font-weight: bold;
}

li {
  /*list-style-image: url(../images/icons/list-item-bullet.png);*/
}
ol li {
  list-style-image: none;
  margin-left: 20px;
}

/**
* Table 
*/
table th,
table thead td{
  font-family: arial;
  font-size: 16px;
  padding: 10px 5px;
}
table td {
  font-family: arial;
  font-size: 13px;
  padding: 10px 5px;
}
table.tbl-border-bottom,
table tr.tbl-border-bottom,
table th.tbl-border-bottom,
table td.tbl-border-bottom {
  border-bottom: 1px dotted #ccc;
}
table.tbl-border-top,
table tr.tbl-border-top,
table th.tbl-border-top,
table td.tbl-border-top{
  border-top: 1px dotted #ccc;
}
