@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i|Raleway:500,500i,700,700i');


body {
    font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: #061147;
}
a:hover img {
   opacity: 0.8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}



h1 {
  font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 28pt;
	margin-top:0;
  margin-bottom: 10pt;
  color: #190537;
}
h2 {
  font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top:0;
	font-size: 23pt;
  margin-bottom: 5pt;
  color: #190537;
}
h3 {
  font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top:0;
	font-size: 14pt;
  margin-bottom: 5pt;
  color: #190537;
}
h4 {
	margin-top:0;
	font-size: 11pt;
  margin-bottom: 5pt;
  color: #190537;
}
p {
	margin-top:0;
	font-size: 11pt;
  color: #333;
  text-align: justify;
}
ul {
  padding-left: 18pt;
  margin-bottom: 20px;
}
li {
	font-size: 11pt;
  list-style: square;
  color: #190537;
}

a, a:visited {
  color: #190537;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.smaller {
	font-size: medium;
}