body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background: #FFF;
}
div, td, p, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: #000;
}
main, div.main, div, td, p {
	line-height: 130%;
}
a {
	color: #000;
}
a:hover {

}
b.green, strong.green {
	color: #009fe3;
}

a img {
	border: 0;
}

h1 {
	margin: 10px 0 5px 0;
	font-family: inherit;
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
	color: inherit;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	margin: 10px 0 5px 0;
	font-family: inherit;
	font-weight: 700;
	font-size: 19px;
	line-height: 110%;
	color: #009fe3;
}
h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 110%;
}
img[align="left"] {
	margin: 0 20px 20px 0;
}
img[align="right"] {
	margin: 0 0 20px 20px;
}
hr {
	border: 0;
	border-top: 1px solid #009fe3;
	width: 75.4%;
	margin: 40px auto;
}
td p:first-child {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 11px 0;
}
ul>li {
	padding: 1px 0 1px 18px;
	background: url(/img/li.png) no-repeat 2px 5px;
	background-size: 10px;
}

table.tbl {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.tbl th, table.tbl td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px;
}
table.tbl th {
	background-color: #333;
	color: #FFF;
	text-align: left;
}
table.tbl tr:nth-child(odd) td {
	background-color: rgba(0,0,0,0.05);
}

div.cols {
	display: flex;
	justify-content: space-between;
}
