* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
img {
	display: block;
	-ms-interpolation-mode: bicubic;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.silent {
	display: none;
}
.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}
.noUpper {		text-transform: lowercase !important;}

html,
body {
	position: relative;
	height: 100%;
}
body {
	font-family: "myriad-pro", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	/*-webkit-text-size-adjust: none;*/
}

@-moz-keyframes tada {
	0% {	opacity: 0;}
	100% {	opacity: 1;}
}
@-webkit-keyframes tada {
	0% {	opacity: 0;}
	100% {	opacity: 1;}
}
@keyframes tada {
	0% {	opacity: 0;}
	100% {	opacity: 1;}
}