HTML {height:100%;}
body{
font-family : Calibri, "Myriad Pro","Lucida Grande","Trebuchet MS",Tahoma,Arial, Helvetica, sans-serif;
height: auto !important;
height: 100%;
min-height: 100%;
background-color:#ffffff;
color:#1e2b37;
font-size:100%;
padding:0; margin:0;
position:relative;
min-width:1000px;
}

a {
color:#135c8e;
   text-decoration: none;
transition: all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
-webkit-transition:all 0.8s ease-in-out;
}
a:hover{
color: #d81016;
}
textarea{
height:20em;
}
img{
max-width:100%;
height:auto;
}
h1,h2,h3,h4,h5,h6{
margin-top:1.5em;
margin-bottom:0.75em;
font-weight:300;
font-family : "Open Sans",Calibri, "Myriad Pro","Lucida Grande","Trebuchet MS",Tahoma,Arial, Helvetica, sans-serif;
color:#000000;
color: #1e2b37;
}
h1 strong{
font-weight:300;
}
h2 strong{
font-weight:300;
}
h3 strong{
font-weight:300;
}
h4 strong{
font-weight:300;
}
h5 strong{
font-weight:300;
}
h6 strong{
font-weight:300;
}

h1{
font-size:1.95em;
margin-top:0.5em;
margin-bottom:0.3em;
}
h1 + h2 {
    margin-top: 0;
}
h2 + p {
    margin-top: -0.7em;
}

h1 + h3 {
    margin-top: 0;
}
h2{
font-size:1.6em;
}
h2 + h2 {
    margin-top: 0;
}
dl{
font-size:0.9em;
line-height:140%;
}
dt{
font-weight:300;
font-family : "Open Sans",Calibri, "Myriad Pro","Lucida Grande","Trebuchet MS",Tahoma,Arial, Helvetica, sans-serif;
font-size:1.4em;
color:#000000;
}
dd{
padding-left:0;
color: #46494D;
margin-left:0;
margin-bottom:2em;
}
h2 + h3 {
    margin-top: 0;
}
h2 + h4 {
    margin-top: 0;
}
h3{
font-size:1.5em;
}
h3 + h4 {
    margin-top: 0;
}
h3 + h5 {
    margin-top: 0;
}
h4{
font-size:1.3em;
clear:both;
}
h4 + h5 {
    margin-top: 0;
}

h5{
font-size:1.1em;
}
h2+table{
margin-top:-0.5em;
}
table {
    border-collapse: collapse;
	margin-bottom:2em;
border-bottom:5px solid #dddddd;
width:100%;
}

tr {
    vertical-align: top;
	transition: all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
-ms-transition:all 0.8s ease-in-out;
-webkit-transition:all 0.8s ease-in-out;
}
td {
    line-height: 130%;
    margin: 0;
    padding: 0.8em 0.8em 1.1em;
}
th {
	font-size:0.85em;
    padding-bottom: 0.2em;
    padding-top: 0.7em;
    padding-left: 0.7em;
    padding-right: 1em;
    text-align: left;
	font-family : "Open Sans",Calibri, "Myriad Pro","Lucida Grande","Trebuchet MS",Tahoma,Arial, Helvetica, sans-serif;
	font-weight:800;
	border-radius:2px;
	border-bottom:5px solid #2d4052;
}

th:last-child{
border-right:1px solid transparent;
}

ul{
font-size:0.9em;
}


p,li{
line-height:150%;
text-align:justify;
}
li{
margin-bottom:0.75em;
}
label{
display:block;
margin-top:0.5em;
margin-bottom:1em;

