body
{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:normal;
}
h2
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
	font-size:20px;
	text-align:center;
	color:#2C5085;
}
h3
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0;
	font-size:18px;
	text-align:left;
	color:#2C5085;
}
h4
{
	margin-top:0.25em;
	margin-bottom:0.25em;
	font-size:17px;
	text-align:left;
	color:#2C5085;
}
h5
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	font-size:16px;
	text-align:left;
	color:#2C5085;
}
h6
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	font-size:15px;
	text-align:left;
	color:#000;
}
h2, h3, h4, h5, h6
{
	font-weight:bold;
	line-height:normal;
}
/*Information block*/
.information-block
{
	/*width:160px;*/
	margin-bottom:10px;
}

.information-block-head
{
	/*color:#BC262C;
	font-weight:bold;
	font-size:100%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;*/
}

.information-block-body
{
	/*font-size:100%;
	margin-right:20px;*/
}
table.parameters-table
{
	width:100%;
	border-collapse:collapse;
}
table.parameters-table, table.parameters-table td
{
	border:1px solid #2C5085;
}
table.parameters-table thead td, table.parameters-table th
{
	color:#D9D9D9;
	text-align:center;
	font-weight:bold;
	border:1px solid #2C5085;
	background-color:#2C5085;
}
@media screen and (max-width:991px)
{
	table.parameters-table td, table.parameters-table thead td, table.parameters-table th
	{
		word-wrap:break-word;
		word-break:break-all;
	}
}