@charset "utf-8";
/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: justify;
}

.header1{
  width: 100%;
	background-color:#070505;
	margin-bottom:20px;
	padding:10px 0;
}

.tab-content {
  border: 1px solid #ddd;
  overflow: hidden;
	border-top:none;
	margin:0 0 30px 0;
	padding: 30px;
}
.tab-content-pills {
  border-top: 1px solid #ddd;
}

p {
  font-size: 19px;
  line-height: 28px;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 70px 0 20px;
  padding-bottom: 9px;
}

.text-center {
  text-align: center;
}

h2 {
  line-height: 40px;
}

.nav-tabs > li > a {
	font-family: 'Roboto Condensed', sans-serif;
  padding: 10px 10px;
}
.anchor {
     position: relative;
    top: -60px;
}
ul.list li {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
}