/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/

A:link{
	color: #CF3621;
	text-decoration: underline;
}
A:visited{
	color: #EE5237;
	text-decoration: underline;
}
A:active{
	color: #CF3621;
	text-decoration: none;
}
A:hover{
	color: #CF3621;
	text-decoration: none;
}
