* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	outline: none;
}

*:focus {
	outline: 0;
}

html {
	font-size: 14px;
	line-height: 1.6em;
}

body,
html {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

body {
	background-color: #fff;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.first {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.rel {
	position: relative;
}

.no-border,
.no-border td,
.no-border th {
	border: none;
}

.no-padding,
.no-padding td,
.no-padding th {
	padding: 0;
}

.img-repl {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.highlight {
	background-color: #fff090;
}

.b-content-wrapper img {
	position: relative;
	padding: 1px;
	border: 1px solid #e8e8e8;
	margin: 5px 0 21px 0;
}

.b-content-wrapper img[style~="float:left"],
.b-content-wrapper img[style~="float: left"] {
	margin: 7px 17px 15px 0;
}

.b-content-wrapper img[style~="float:right"],
.b-content-wrapper img[style~="float: right"] {
	margin: 7px 0 15px 17px;
}

.b-content-wrapper table tr:nth-child(even) td {
	background-color: #eaf7ff;
}

.no-bg-table tr td{
	background-color: transparent !important;
}

.b-content-wrapper ul,
.b-content-wrapper ol {
	padding-bottom: 15px;
}

.b-content-wrapper ul ul,
.b-content-wrapper ol ul,
.b-content-wrapper ul ol,
.b-content-wrapper ol ol {
	padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: bold;
	color: #00090f;
	padding: 20px 0 8px;
}

h1 {
	font-size: 26px;
	line-height: 1.7230769230769232em;
}

h2 {
	font-size: 24px;
	line-height: 1.866666666666667em;
}

h3 {
	font-size: 24px;
	line-height: 1.866666666666667em;
}

h4 {
	font-size: 20px;
	line-height: 2.24em;
}

h5 {
	font-size: 18px;
	line-height: 1.2444444444444445em;
}

h6 {
	font-size: 16px;
	line-height: 1.4000000000000001em;
}

p {
	font-size: 13px;
	color: #464a46;
	padding: 0 0 18px 0;
	line-height: 18px;
}

a,
a:visited {
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s;
	-ms-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	color: #0097ea;
	text-decoration: underline;
}

a:hover {
	color: #e45368;
	text-decoration: none;
}

pre,
code {
	color: #5a5d5f;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	overflow: hidden;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
}

q {
	quotes: "«" "»";
	font-style: italic;
}

q q {
	quotes: "„" "“";
	font-style: italic;
}

blockquote {
	padding: 0 11px 0 11px;
	font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
	margin: 4px 0 21px 0;
	color: #0080dd;
	line-height: 29px;
	font-size: 25px;
	border-left: 5px solid #007cd9;
}

blockquote p {
	font-size: 23px;
	color: #0080dd;
	padding: 10px 0;
	line-height: 28px;
}

abbr {
	border-bottom: thin dashed;
	cursor: help;
	font-style: italic;
}

i {
	font-style: oblique;
}

table {
	border-collapse: collapse;
	margin: 0 0 24px 0;
	width: 100%;
}

table caption {
	padding-bottom: 10px;
	padding-top: 18px;
	font-size: 16px;
	line-height: 1.4000000000000001em;
	color: #3a3a3a;
	font-weight: bold;
	text-align: left;
}

th {
	text-align: left;
	padding: 7px;
	font-size: 16px;
	font-weight: normal;
	color: #00090f;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
	line-height: 18px;
}

th:first-child {
	padding-left: 0;
}
tr {
 	border: 1px solid #ebebeb;
}

td {
	padding: 7px;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	color: #000;
	border: 1px solid #ebebeb;
	vertical-align: top;
}

//*td:first-child {
	padding-left: 0;
}*//

.b-text-wrapper tr:hover td {
	background-color: #ebebeb;
}

img {
	border: 0;
}

hr {
	background: #ebebeb;
	height: 1px;
}

.bullet {
	padding-bottom: 12px;
}

dt {
	color: #00090f;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	font-weight: 600;
}

dd {
	padding: 0 10px 15px;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	font-style: italic;
	padding-top: 10px;
	color: #5a5d5f;
}

ul li {
	list-style: none;
	padding: 0 0 2px 41px;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	background-image: url("../img/list-marker.gif");
	background-position: 14px 0.9em;
	background-repeat: no-repeat;
	color: #5a5d5f;
}

ul li ul li {
	padding-bottom: 0;
	padding-top: 2px;
	background-position: 14px 12px;
	background-repeat: no-repeat;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ol li {
	padding: 0 0 6px 0;
	font-size: 13px;
	line-height: 1.7230769230769232em;
	list-style: decimal inside;
	color: #5a5d5f;
}

ol li ol li {
	padding: 6px 0 0 25px;
}
