@import url('https://fonts.googleapis.com/css?family=Open Sans:400,800|Roboto');
html,body,p,li,td {
 	font-size: 11pt;
  	line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4 { 
  	font-weight: normal !important;
    font-family: 'Roboto', sans-serif;
}
h4 {
 	font-size: 16pt;
    line-height: 1.2em;
    font-weight: 800;
    color: #0079bc;
}
h3 {
 	font-size: 20pt;
    line-height: 1.2em;
}
h2 {
 	font-size: 24pt;
    line-height: 1.2em;
}
h1, .Head {
     font-weight: 800;
  	color: #0079bc;
 	font-size: 32pt;
    line-height: 1.2em;
  text-transform: uppercase;
}
p { line-height: 1.5em; margin-bottom: 1em; }
li { line-height: 1.5em; margin: 0.5em 0; }
a.btn.btn-primary { color: #fff !important; background-color: #0079bc; }
.table { 
  	width:100% !important; 
    border-spacing: 0;
    border-collapse: collapse;
}
.table.table-nonfluid { width: auto !important; }
















