a:link {
	color: #0E9FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0E9FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #71C6FF;
	text-decoration: none;
}
.right_float {
	float: right;
}
.left_float {
	float: left;
}
.left_float_padded {
	float: left;
	padding-right: 10px;
}

img 
{
	border: 0;
}
.clear_both {
	clear: both;
}
.small_text {
	font-size: 11px;
}
