/*h1,h2,h3,h4,h5,h6{
	page-break-after: avoid;
}

h1,h2{
	page-break-before: always;
}*/

@page{
	margin: 2,5cm;
}

body{
	color: black;
	background: white;
	font-size: 12pt;
}

[href]:after{
	content: " [" attr(href) "] ";
}

/* table features */
table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 98%;
}
caption{
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	color: #2A2AC8;
	margin: 18px 0 0 6px;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	background-color: #DFECF2;
}
th, td{
	border: 1px solid #274474;
	padding: 6px;
}
