/* hidden */
.none {display: none;}
/*.none {
	position: absolute;
	left: -999px;
	width: 990px;
	}*/
.access {display: none;}
.print {display: none;}

/* alignment */
div.floatLeft {
	position: relative;
	float: left;
	}
div.floatRight {
	position: relative;
	float: right;
	}
.centreText {
	text-align: center;
	}

.clearBoth {clear: both;}
.noBorder {border: 0 !important;}

/* forms */
form {
	padding: 0;
	border: 0;
 	margin: 0;
	}

