@charset "utf-8";
/* CSS Document */

/********************
Reset Tricks starts
********************/

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a {
	text-decoration: none;
	outline:none;
	color:#333;
}
img, a {
	border: none;
}
:focus {
	outline: none;
}
textarea {
	/*resize: none;*/
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}
.clearfix {
	display: block;
}
table {
	border-collapse:collapse;
}
/********************
Reset Tricks ends
********************/