@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:1.5em;
}
h1 {
	color:#122A5C;
	font-size:26px;
	border-bottom:thin solid #909090;
}
h2 {
	margin-top: 55px;
	font-size: 18px;
}
h3 {
	margin-top: 25px;
	font-style:italic;
	font-size: 16px;
}
h4 {
	margin-top: 15px;
	font-size: 14px;
}
table {
	margin: 0 0 35px;
	border-collapse: collapse;
	overflow:scroll;
}
th {
	height: auto;
    padding: 5px;
	line-height:1em;
}
td {
	border: 1px solid #e1e1e1;
	height: auto;
    padding: 5px;
	line-height:1em;
}
table.img-caption {
	margin: 0;
	color:#B30002;
}
table.img-caption td, table.no-border td {
	border: none;
}
table.no-border {
	margin:0;
}
table.blue-table td {
	border: 1px solid #8ea9d9;
	line-height:1.5em;
}
table.blue-table thead {
	background-color:#456fc1;
	color:#fff;
}
table.blue-table th {
	border: 1px solid #8ea9d9;
}
table.blue-table tr.odd {
	background-color:#d9e2f2;
}
.important-note {
	border: 2px solid #FF8500;
	text-align: center;
	margin: 0 25px;
    padding: 15px;
	background-color:#ffe5c8;
}
.embed-img {
	vertical-align:middle;
}
li {
	padding-bottom: 15px;
}
ul ul li, ul ol li, ol ol li {
	padding-bottom: 0px;
}
ul ul {
	margin-top:-15px;
	margin-bottom:15px;
}
img {
	max-width:100%;
	height:auto;
}

