.fl {float:left;}
.fr {float:right;}
.cl {clear:left;}
.cr {clear:right;}
.bold {font-weight:bold}
.ital {font-style:italic;}

.darktext {color:#333333;}
.darkgrey {color:#000000;}
.blockpusher {
	float:none;
	clear:both;
	}

.hidden {
	visibility:hidden;
	display:none;
	}
.highlight {background:#e2aeae;}
.fs10 {font-size:10px;}
.fs11 {font-size:11px;}