.addArrrow {
	background-image: url(../images/arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: 0px .35em;
	padding-left: 15px;
}
.alignRight { 
	float: right;
	margin-left: 8px;
}
.alignLeft { 
	float: left;
	margin-right: 8px;
}
.nofloat {
	display: block;
	float: none;
}
.more {
	font-size: 11px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
.more:hover {
	text-decoration: underline;
}

