/* @override http://timhettler.com/mcshowoff/r.css */

/* CSS Reset
The following styles reset browser defaults, providing a consistant experience across platforms. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, button, textarea {
	/*background:transparent;*/
	font-family: inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	text-decoration:inherit;
}
fieldset,a img,iframe{
	border:0;
}
input{
    font-size: inherit;
	margin:0;
	vertical-align:middle;
}
input[type="hidden"]{
	display:none;
}
dl,ol,ul{
	position:relative;
	z-index:0;
}
table{
	border-collapse:separate;
	border-spacing:0;
	empty-cells:show;
}
q{
	font-style:italic;
}
q:before,q:after{
	content:'';
}
blockquote, q {
	quotes: "" "";
}
html{
	height:100%;
}
i,em,cite,dfn,ins{
	font-style:italic;
}
b,strong,dt{
	font-weight:bold;
}
del,strike,s{
	text-decoration:line-through;
}
button{
	border:0;
	cursor:pointer;
	padding:0;
	overflow:hidden;
	vertical-align:middle;
}
abbr,acronym{
	cursor:help;
	border-bottom:1px dotted;
}
sub,sup{
	vertical-align:baseline;
	position:relative;
}
sub{
	bottom:-.5em;
}
sup{
	bottom:.5em;
}
sub a:link,sub a:visited,sup a:link, sup a:visited{
	text-decoration: none;
}
u{
	text-decoration:underline;
}
big{
	font-size:150%;
	line-height:1;
}
small{
	font-size:90%;
}
pre,code,kbd,var,tt,samp{
	font-family:Courier,monospace;
}
code em{
	background:#f30;
	font-style:normal;
	padding:0 1px;
}
hr{
	border:0;
	border-top:1px solid #d5d0bf;
	margin:1.4em 0;
}
td{
	vertical-align:top;
}
legend {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
label{
	cursor:pointer;
}
object{
	display: block;
}