html, body, p, li, td {
	font-family: 'Open Sans', sans-serif !important;
  	font-size: 14px !important;
  	line-height: 20px !important;
}
h1, h2, h3, h4, .Head {
  	font-family: 'Roboto', sans-serif;
}
h1, .Head {
 	font-size: 38px;
  	line-height: 46px;
}
h2 {
  	font-size: 30px;
  	line-height: 38px;
    color: #0079bc;
}
h3 {
 	font-size: 24px;
  	line-height: 32px;
    color: #052264;
}
h4 {
 	font-size: 20px;
  	line-height: 28px;
}
a.btn.btn-info,
a.btn.btn-info:visited, 
a.btn.btn-primary,
a.btn.btn-primary:visited
{ color: #fff !important; background-color:#0079bc !important; }

.table { width: 100%; }

.table-nonfluid {
   width: auto !important;
}

div.messagePanel {
	background-color: #024d90;
    padding: 10px 20px;
}

div.messagePanel p, div.messagePanel a, div.messagePanel h1, div.messagePanel h2, div.messagePanel h3, div.messagePanel h4 { color: #fff !important; margin: 0; line-height: 1.1em; }


.btn.btn-white { background-color:rgba(255,255,255,0.9); color: #052264 !important; }
.btn.btn-white:hover { background-color:rgba(255,255,255,1); }





ul.subpagemenu .subpagemenuitem.indent3 {
    padding-left: 25px;
}


















