@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext');

#content .article {
  line-height: 1.8em;
  color: #8a8a8a;
  font-size: 13px;
  font-family: Arial;
  margin: 0px;
}

#content .article h2{
  font-size: 14px;  
  padding: 0px 0px 0.5em 0px;
  margin: 0px 0px 1em 0px;
  color: #000000;
  font-weight: normal;
  /*border-bottom: 1px solid #606a71;*/
  text-transform: uppercase;
}

#content .article h3{
  padding: 0px 0px 0.5em 0px;
  margin: 0px;
  font-size: 15px;
  color: #e6c46c;
  font-weight: normal;
}

#content .article hr{
  height: 0px;
  border-top: 3px #f3f3f3 solid;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content .article p{
  padding: 0px 0px 2em 0px;
  margin: 0px;
}

#content .article .description{
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1.6em;
}

#content .article .smaller{
  font-size: 12px;
}

#content .article .bigger{
  font-size: 16px;
}

#content .article strong{
  color: #fff;
}

#content .article a{
  color: #e6c46c;
  text-decoration: none;
}

#content .article a:hover{
  text-decoration: underline;
}

#content .article a img{
  border: 0px;
}

#content .article ul, ol{
  padding: 0px;
  margin: 0px 0px 20px 1.5em;
  color: #8a8a8a;
  line-height: 1.8em;
}

#content .article ul li{
  list-style-image: url(../images/list_style.png);
}

#content .article table tr th{
  background-color: #C9B037;
  color: white;
  font-size: 13px;
  font-weight: normal;
}

tr:nth-child(even) 
#content .article {
  background: #f3f3f3;
}

tr:nth-child(odd) 
#content .article {
  background: #ededed;
}

#content .article table tr td{
  border-bottom: 1px solid white;
}

#content .article .intro_p{
  font-size: 14px;
  line-height: 1.8em;
}

#content .article .intro_small{
  font-size: 12px;
  line-height: 1.8em;
}<!-- page generated in 0.0104 seconds -->