/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #163374;
}

a {
	color: #0C1B3D;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.3em;
	margin-bottom: 0.3em;
	margin-top: 2em;
}

.reference_table{
	border-collapse: collapse;
}

.reference_table tr th {
	padding: 3px;
	margin: 0px;
	border: 0px;
	border-bottom: 3px solid black;
	text-align: left;
	vertical-align: top;
}

.reference_table td {
	padding: 2px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #C8D0E0;
	vertical-align: top;
	font-weight: bold
}

.pulary{
	font-size: 9px;
	color: #949AA6;
	text-align: center;
}
.pulary a {
	color: #949AA6;
}


.reference_table td.reference_spacer {
	border-bottom: 0px;
	height: 4em;
	background-image:url(images_2a/hr.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: right;
}

.reference_table tr td.caption, span.caption {
	font-weight:normal;
}

.reference_table th.center,.reference_table td.center {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.reference_table th.first_col,.reference_table td.first_col {
	padding-right: 40px;
}

.reference_table tr td ul {
	margin: 0px;
	padding-left: 20px;
}

.main_content_container ul {
	margin-top: 0px;
}

.reference_table td.rok {
	vertical-align: bottom;
}

.reference_table td.noborder {
	border-bottom: none;
}
