@charset "utf-8";
/* CSS Document */

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lato',sans-serif !important;
	
	}
/*general style start here*/
* {
	margin:0;
	padding:0;
	font-weight:normal;
	}
a {
	text-decoration:none;
	
	}
a:hover {
	outline:none;
	color:#19746f;
	background-color:inherit;
	text-decoration:underline;
	
	}
a.more {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.46em;
	}

.active {
	cursor:text!important;
	}
img {
	border:none;
	}
ul {
	list-style-type:none;
	}
ul.list {
	list-style-type:none;
	}
ul.list li {
	background:url(../images/blt.png) no-repeat 0 4px;
	margin:0 0 2px 0;
	padding:0 0 0 22px;
	font-size:1.5em;
	line-height:1.0em;
	/*font-style:italic;*/
	margin:0 0 10px 0;
	color:#000000;
	background-color:transparent;
	}
ul.list li a {
	color:#19746f;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	font-style:normal;
	}
ul.list li a:hover {
	text-decoration:none;
	}
p {
	margin:0 0 15px 0;
	font-size:1.5em;
	line-height:1.60em;
	}
p span {
	font-weight:bold;
	}
p span.highlight {
	font-size:1.15em;
	line-height:1.3em;
	font-style:italic;
	font-weight:normal;
	}
h1, h2, h3, h4 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#9e0004;
	background-color:inherit;
	font-weight:bold;
	}
h2 {
	font-size:1.7em;
	line-height:1.32em;
	text-transform:uppercase;
	border-bottom:1px solid #dadada;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	}
h2 span {
	font-size:1.06em;
	color:#000;
	background-color:transparent;
	text-transform:none;
	}
	
table {
  border-collapse: collapse;
  width: 100%;
 
}
td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
}
th {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #52626A !important;
  color:#0F3E5D;
  /*background:#FAE6AB;*/
  background:#E8F2FA;
}
tbody tr:nth-child(odd) {
 /* background: #FEFFD6;*/
 /*background:#FFFF9B;*/
 background:url(../images/bg-yellowblocks.gif) repeat-x 0 0 !important;
}

.sidePanel {
	width:350px;
	background:url(../images/inner-left-panel.jpg) no-repeat 100% 0;
	float:left;
	padding:10px 18px 10px 10px;
	}
.sidePanel ul {
	width:320px;
	margin:0 0 10px 0;
	}
.sidePanel ul li {
	border-top:1px solid #dede92;
	}
.sidePanel ul li.first {
	border:none;
	}
.sidePanel ul li a {
	display:block;
	font:bold 1.3em/2.23em Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:transparent;
	background:url(../images/blts-lft-menu.gif) no-repeat 98% 9px;
	text-decoration:none;
	}
.sidePanel ul li a:hover, .sidePanel ul li a.active {
	color:#900000;
	background-color:transparent;
	}