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

.section {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.section h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section h3 {
	background-image: url(../img/wifi/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.section p .pictureImgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.section p {
	margin-top: 0px;
	padding-top: 2px;
}
.section #bnr li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
.alpha a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}