* {
  font-family:verdana, tahoma, arial, sans-serif;
  font-size:11px;
  line-height:14px;
}

hr {
  border:none;
  height:1px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
}

ul, ol {
  margin: 5px 0 5px 20px;
  padding: 0;
}
ul {
  list-style-type:square;

}
ul li {
  margin: 0;
  padding: 0;
}

a img {
  border: none !important;
}
a:link, a:visited {
  color: #b6b2b2;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color:#848484;
}
a img {
  border: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 10px auto;
}

p {
  line-height: 18px;
}

h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
  color: #b1abab;
  margin: 10px 0;
}

h2 {
  line-height: 20px;
  color: #959191;
  margin: 30px 0 10px 0;
  font-size: 14px;
}

h3 {
  /* color: #000; */
  font-size: 12px;
  margin: 10px 0 10px 0;
  color: #000;
}

table {
  width: 100%;
  background-color: #fff;
  margin: 0 0 20px 0;
}
table tr td, table tr th {
  vertical-align: top;
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #efefef;
}
table tr th {
  font-weight: bold;
  width: 120px;
}
table tr td {
 background-color: #fff;
}
table tr.even td {
  background-color: #ffe6cc;
}
