body {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.5em; 
}
p {
	margin-bottom: 1.4em;
}
a{
	color #000;
	text-decoration: none;
}

.image-left{
	float: left;
	margin: 2px 20px 20px 20px;
}
.image-right{
	float: right;
	margin: 2px 20px 20px 20px;
}

.clear{ clear: both; }
.no-display{ display: none; }
.float-left{ float: left; }
.float-right{ float: right; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-center{ text-align: center; }

.header .no-display, .menu, .flash, .print-box, .right{
	display: none;
}

.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; }
.w125{ width: 125px; }
.w150{ width: 150px; }
.w175{ width: 175px; }
.w200{ width: 200px; }
.w225{ width: 225px; }
.w250{ width: 250px; }
.w300{ width: 300px; }
.w350{ width: 350px; }
.w400{ width: 400px; }
.w450{ width: 450px; }
.w500{ width: 500px; }

.w10p{ width: 10%; }
.w20p{ width: 20%; }
.w30p{ width: 30%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w100p{ width: 100%; }
