@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;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
a{
	color #000;
	text-decoration: none;
	border: none;
}
img{
	border: none;
}
table{
	margin-bottom: 1.5em;
	border-collapse: collapse;
}
th{
	border-collapse: collapse;
	border: 1px solid #F2F2F2;
	padding: 3px 6px;
	vertical-align: top;
}
td{
	border-collapse: collapse;
	border: 1px solid #F2F2F2;
	padding: 3px 6px;
	vertical-align: top;
}
.even{
	background: #F2F2F2;
}

.header{
	text-align: center;
}
.navigation, .right-box, .listing, .menu, .no-print{
	display: none;
}
.footer{
	text-align: center;
}

.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; }


.w10{ width: 10px; }
.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w110{ width: 110px; }
.w120{ width: 120px; }
.w130{ width: 130px; }
.w140{ width: 140px; }
.w150{ width: 150px; }
.w160{ width: 160px; }
.w170{ width: 170px; }
.w180{ width: 180px; }
.w190{ width: 190px; }
.w200{ width: 200px; }
.w225{ width: 225px; }
.w250{ width: 250px; }
.w275{ width: 275px; }
.w300{ width: 300px; }
.w325{ width: 325px; }
.w350{ width: 350px; }
.w375{ width: 375px; }
.w400{ width: 400px; }
.w425{ width: 425px; }
.w450{ width: 450px; }
.w475{ width: 475px; }
.w500{ width: 500px; }

.w10p{ width: 10%; }
.w20p{ width: 20%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w75p{ width: 75%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }

