body {
  color:#444444;
  font-family:Verdana,Arial,sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-weight:normal;
  height: 100%;
  width: 100%;
  font-size:13px;
	background: #959595; /*#252525; */
}

body p {
  font-size:13px;
  line-height:20px;
  margin:0 0 15px 0;
}

hr {
    border: 1px solid #FFF;
    margin: 20px 0;
}

body dl dt, body dl dd {
  font-size:100%;
}
h1,h2,h3,h4,h5 {
  font-weight:bold;
  color:#222222;
}


h1 {
	font-size:24px;
  line-height:30px;
  margin:15px 0;
}

 
h2 {
	font-size:20px;
  margin:15px 0;
  line-height:26px;
}

h3 {
    font-size:18px;
    margin:15px 0;
    line-height:24px;
}
  h3.sub_title {
    margin:25px 0 5px 0;
  }
h4 {
  font-size:16px;
  margin:15px 0;
  line-height:22px;
}

h5 {
  font-size:14px;
  margin:10px 0;
  line-height:20px;
}

p.lead {
  color:#888888;
  font-size:18px;
  line-height:28px;
  margin-bottom:22px;
}
table {
  word-wrap:break-word;
  width:100%;
  margin-bottom:20px;
}
table, td, th {
  text-align:left;
}
  table th {
    border-bottom:2px solid #252525;
    font-weight:bold;
    padding:15px 21px 5px 0;
    white-space:nowrap;
    font-size:16px;
    vertical-align:top;
  }
  table td {
    padding:10px 21px 10px 0;
    vertical-align:top;
    border-bottom:1px solid #E1E1E1;
    line-height:20px;
  }
p.smaller {
  font-size:11px;
}
