@charset "UTF-8";
/* CSS Document */


a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
a:hover {
	filter/***/: alpha(opacity=100);
	-moz-opacity/***/:1.00;
	opacity/***/:1.00;
}
.infoList a:hover , #otherlist a:hover , #infobox h2 a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

.red {
	color:#BC272D;
}
.bold {
	font-weight: bolder;
}
#center {
	text-align: center;
}
.heightLine {
	line-height: 1.3em;
}
.t140 {
	font-size: 140%;
}
.t120 {
	font-size: 120%;
}
.t80 {
	font-size: 80% !important;
}