html {
	overflow: auto;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
table {
	border: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: none;
}
.text {
	font: 12px/15px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
.leftext {
	font: 12px/15px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding: 0px 10px 0px 0px;
}
.rightext {
	font: bold 12px/15px arial, helvetica, sans-serif;
	color: #3c6;
	text-decoration: none;
	text-align: right;
	padding-right: 1px;
	background: none;
}
.boldtext {
	font: bold 13px/15px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
}
.centretext {
	font: bold 12px arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}