/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

ul,
ol {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

.fl {
float: left;
padding: 5px;
}

.fr {
float: right;
}

.cl {
clear: both;
}

