body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, img, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 0px 0px 1px;
}
ul, ol {
	list-style-position: inside;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
	height:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.centered {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
