.grey12 {
	font-size: 12px;
	color: #686868;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.clearFloat {
	clear: both;
}

a:active, a:link, a:hover, a:visited {
	color: #2baad7;
	text-decoration: underline;
}