@charset "UTF-8";
* {
  list-style: none;
  font-family: 'Lato', sans-serif;
    overflow:auto;
}
body{

}

.body-content{
background-color:#fff;
color:#000;
padding-top: 70px;
font-size:18px;
min-height:500px;
}
.spacer{
	min-height:150px;
}
p[class=small] {
	font-size:9px;
	font-style:oblique;
}