@charset "utf-8";
body {
	font-size: 90%;
	color: #000;
	line-height: 1.5em; 
}
p {
	margin-bottom: 1.4em;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
a{
	color #000;
	text-decoration: none;
}

.menu, .navigation, .listing, .control, .no-print{
	display: none;
}

.image-left, .image-left-border{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #BFC7DD;
	padding: 1px;
}
.image-right, .image-right-border{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #BFC7DD;
	padding: 1px;
}
.clear{ clear: both; }
.clear-hidden{ clear: both; height: 1px; overflow: hidden; }
.float-left{ float: left; }
.float-right{ float: right; }
.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.vertical-middle, table td.vertical-middle{ vertical-align: middle; }
.no-margin, .right ul.no-margin{ margin: 0; }
.bold{ font-weight: bold; }
.small{ font-size: 0.9em; }
