@charset "UTF-8";

/* ************************************** */

@font-face {
	font-family: 'PT Sans Narrow';
	src: url('/fts/PT_Sans-Narrow-Web-Regular.eot');	
	src: local('☺'), url('/fts/PT_Sans-Narrow-Web-Regular.ttf') format('truetype'), url('/fts/PT_Sans-Narrow-Web-Regular.woff') format('woff'), url('/fts/PT_Sans-Narrow-Web-Regular.svg') format('svg');	
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url('/fts/PT_Sans-Web-Regular.eot');
	src: local('☺'), url('/fts/PT_Sans-Web-Regular.ttf') format('truetype'), url('/fts/PT_Sans-Web-Regular.woff') format('woff'), url('/fts/PT_Sans-Web-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OPENSANS-REGULAR';
	src: url('/fts/OpenSans-Regular.eot');
	src: url('/fts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/fts/OPENSANS-REGULAR.TTF') format('truetype'),
		 url('/fts/OpenSans-Regular.svg#FontName') format('svg');
}

/* ************************************ */

* {
	box-sizing: border-box;
}

html{font-size:100%;
	min-height: 100%
}

body {/*margin:0px;*/
	font-size:16px;
	font-size: 1rem;
	color:#3a4758;
	line-height:1.5;
	font-family:'PT Sans', Arial, sans-serif;
	min-height: 100%;
	background: #f2f6fb;
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0b336a;
}

a:hover {
	text-decoration: underline;
}

.style_date_bold {
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-bottom: 3px;
}

.style_date {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0;
	clear:both;
}

h1 {
	font-size:24px;
	font-size: 1.5rem;
	margin-bottom:22px;
	font-weight: bold;
	line-height: 1.3;
}

h2, h3, h4 {
	clear:both;
}

h2 {
	font-size:20px;
	font-size: 1.25rem;
	font-weight:bold;
	margin-bottom: 13px;
}
h3 {
	font-size:16px;
	font-size: 1rem;
	margin-bottom: 13px;
	font-weight: bold;
}

h4 {
	font-size:15px;
	font-size: 0.9375rem;
	margin-bottom: 13px;
	font-weight: bold;
}

img {
	/*margin:3px 24px 24px 0px;*/
	border:0px;
	float:left;
	max-width: 100%;
	padding-right: 20px;
	margin-bottom: 13px;
}

p {
	margin: 13px 0;
}

ul {
	margin:15px 0;
	list-style: none;
	padding: 0px;
	}

ul ul {
	margin: 0;
}

ul li {
    background: url(/desimages/ul_style.png) no-repeat 0 11px;
    padding-left: 13px;
    margin: 12px 0;
}

ol {
	padding-left: 0;
	counter-reset:li;
	list-style:none;
	margin: 15px 0;
}

ol ol {
	padding-left: 13px;
	margin: 0;
}

ol li {
	margin: 12px 0;
}

ol li::before {
    content: counter(li) '.';
    counter-increment: li;
    background-color: transparent;
    padding-right: 5px;

}

ol ol li::before {
	content: counters(li,".");
    counter-increment: li;
    background-color: transparent;
    padding-right: 5px;
}


table {
	width: 100%;
  	/*table-layout: fixed;*/
  	margin: 13px 0;
  	border-collapse: collapse;
  	border-spacing: 0;
  	border-bottom: 2px solid #dbe7f9;
}

td, th {
	/*width: 100%;*/
}

td {
	padding: 14px ;
	overflow: auto;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #2c2c33;
	border-left: 2px solid #dbe7f9;
	border-right: 2px solid #dbe7f9;
}

th:nth-of-type(odd) {
	background-color: #1353a8;
	font-family:'PT Sans', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: white;
	text-align: left;
	padding: 14px ;
}

th:nth-of-type(even) {
	background-color: #0b336a;
	font-family:'PT Sans', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: white;
	text-align: left;
	padding: 14px;
}



tr:nth-of-type(odd) {
	background-color: white;
	color: #2c2c33;
	
}

tr:nth-of-type(even) {
	background-color: transparent;
	color: #2c2c33;
}

@media only screen and (max-width:800px) {
	img {height:auto!important;}
}
