@charset "iso-8859-2";
/* CSS Document */

div#reference {
}
div#reference a {
	text-decoration: none;
}
div#reference a:hover {
	text-decoration: underline;
}
div#reference table.link_blocks {
	margin: 10px 0px;
}
div#reference table.link_blocks th {
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
}
div#reference table.link_blocks td {
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	width: 25%;
	line-height: 18px;
	font-size: 12px;
}
div#reference table.link_blocks td a {
}
div#reference table.link_blocks td a:hover {
}

div#reference hr {
	padding: 0px;
	height: 0px;
	border: 0px;
	background: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

div.mixed {
	text-align: center;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	line-height: 18px;
	font-size: 11px;
}
