* {
	padding: 0;
	margin: 0;
	outline : none;
	letter-spacing : 0;
	word-spacing : 0;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 100%;
	list-style: none;
	border: 0;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus,
*:active {
	outline : none;
}

textarea {
	resize: none;
}

table {border-collapse:collapse;	border-spacing:0;}
caption,th 	{text-align:left;}
q:before,q:after {content:'';}
nav, header, footer, section, aside, article {display: block;}

html, body {height: 100%;}

ul,
.block {
	overflow: hidden;
	clear: both;
}

.alignright{
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}