/* reset.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {margin:0;padding:0;line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;} */

/* RESET ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, {
	font-style: normal;
	font-weight: normal;
}
/* GLOBAL ---------------------------------------------------------- */
hr {
	display: none;
}
a img, :link img, :visited img, img, fieldset {
	border: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	font-size: 75%;
}
caption, th {
	text-align: center;
}
input, textarea, dl, li {
	font-size: 100%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
small {
	font-size: 81.2%;
}
ol, ul {
	list-style:none;
}
dl {
	margin: 1em;
}
dd {
	margin-left: 1em;
}
pre {
	display: block;
}
code {
	background-color: #EEE;
	padding: 0.2em 0.5em;
	font-size: 100%;
}
pre, code {
	font-family: monospace;
}
abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
address {
	font-style:normal;
}
q:before, q:after {
	content:'';
}
blockquote {
	border-left: 5px solid #ddd;
	font-size: 100%;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small, blockquote, strike {
	color: #777;
}
