@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
body, p, td, li, ol, th {
	font-family: 'Open Sans', sans-serif;
 	font-size: 11pt;
    color: #666666;
}	
h1,h2,h3,h4,h5,h6,.Head {
 	font-family: 'Roboto Condensed', sans-serif;
  	line-height: 1.2em;
}
h1, .Head {  font-size: 32pt; color: #052264;  }
h2 {  font-size: 24pt; color: #0079bc; }
h3 { font-size: 20pt; color: #0079bc; }
h4 { font-size: 18pt; color. #0079bc; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }
p, li {  line-height: 1.5em; }

blockquote{
  	display:block;
  	background: #fff;
  	padding: 15px 20px 15px 45px;
  	margin: 0 0 20px;
  	position: relative;
  	font-size: 11pt;
  	border: 0;
}
blockquote p { font-size: inherit; line-height: inherit; }
blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
  	font-family: Georgia, serif;
  	font-size: 40px;
  	font-weight: bold;
  	color: #999;
  	position: absolute;
  	left: 10px;
  	top:5px;
}

blockquote::after{
	content: "";
}

table.table { width: 100%; }
table.table td, table.table th { padding: 8px; border: 1px solid #ececec; }
table.table td p, table.table th p { margin: 0; line-height: 1.2em; }

a.btn.btn-primary { background-color:#052264;padding:5px;color:#fff;}
a.btn.btn-info { background-color:#0079bc;padding:5px;color:#fff;}
a.btn.btn-primary:visited,
a.btn.btn-info:visited { color: #fff !important; }

a.btn {
    white-space: inherit;
}







