body { 
	padding-top: 60px;
	font-family: 'Lato', sans-serif;
	//font-family: 'PT Serif Caption', serif;
  //font-family: 'Open Sans', sans-serif;
  //font-family: 'Merriweather', serif;
  //font-size: 14px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; margin-bottom: 10px; margin-top: 10px; color: #000;}
h1 {margin-top: 15px; margin-bottom: 15px;}
h3, h4, h5, h6 {margin-top: 15px; margin-bottom: 10px;}

#body strong { color: #000;}


	
hr { border-bottom: 1px solid #ddd; height: 1px; }
legend { margin: 5px 0px 10px 0px;}


// Nav Stacked Pills Override
.nav-pills > li > a { color: #333; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
  border: 2px solid #f5f5f5;
}

