/* @group RESET RESET */
/* http://meyerweb.com/eric/tools/css/reset/ -- v1.0 | 20080212 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
/*:focus { outline: 0; }*/
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group BASICS SETUP */
body {
	font: 14px/1.23 Calibri, 'Helvetica Neue', Arial, sans-serif;
	background-color: #fff;
	color: #000;
}
input, textarea {
	font: 12px/1.23 'Helvetica Neue', Arial, sans-serif;
	color: #666;
	margin: 3px;
}
input {
	line-height: 1;
}

hr {
	display: none;
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: .85em; }
h6 { font-size: .75em; }

ol {
	list-style: decimal;
	list-style-position: inside;
}
ol li { margin-left: 10px; }
ul { list-style: none; }
p, a {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd,
ol, ul, li,
pre,
table,
address,
fieldset {
	padding-bottom: 1em;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: .5em;
}

a, a:link {
	text-decoration: none;
	color: #808080;
	border-bottom: 2px solid #808080;
}
a:visited {
	border-bottom-style: dotted;
}
a:hover {
	color: #bbb;
	border-bottom-style: dashed;
}
a:active {
	color: #444;
	border-bottom-style: solid;
}

code { font-family: Consolas, Monaco, Courier, Monospace; }
strong { font-weight: bold; }
em { font-style: italic; }
cite { font-style: italic; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }

object {
	margin: 0 auto;
}
/* @end */