body {
	font-size: 12px;
	font-family: tahoma;
}

ul {
	list-style-type: none;
}

a {
	color: #36c;
    text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*----- Clearfix -----*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
} 
.clearfix{
	display:inline-block;
} 
html[xmlns] .clearfix{
	display:block;
} 

* html .clearfix{
	height:1%;
}

.clear {
	clear: both;
}
/*----- end: Clearfix -----*/

.mr15 {
	margin-right: 15px;
}
