﻿/* things to hide in print */
h1 .partner,
h1 .ichoosr,
#feedback {
	display:none;
}

/* tables */
table {
	width:100%;
}
	
table,
th,
td {
	text-align:left;
	border:solid 1px #000;
	border-collapse:collapse;
}

/* infopages menu */
#hor_tab_menu a {
	text-decoration:none;
	font-weight:normal;
}
#hor_tab_menu .current a {
	text-decoration:underline;
	font-weight:bold;
}