/* Reset.css */
/* Special thanks to: www.moddb.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
body {
	background: #fff;
	color: #333;
	line-height: 1;
}
body {
	font-family: "Trebuchet MS", sans-serif, Tahoma, Arial, Verdana;
	line-height: 1.5;
}
body {
	font-size: 75%;
}
html > body {
	font-size: 12px;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0 0 1.5em 0;
}
acronym {
	cursor: help;
}
strong {
	font-weight: bold;
}
em {
 font-style: italic;
}
pre {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 1.5em 0;
}
dl dt {
	font-weight: bold;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 1.5em 0 1.5em 1.5em;
	color: #666;
	font-style: italic;
}
code {
	font-family: Monaco, monospace;
	font-size: 0.9em;
}
label {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: bold;
	text-align: center;
}
hr {
	clear: both;
	float: none;
	margin: 0 0 1.4em 0;
	border: none;
	width: 100%;
	height: 1px;
}
* html hr {
	margin: 0 0 1.2em 0;
}
p.small {
	margin-bottom: 1.875em;
	font-size: 0.8em;
	line-height: 1.875em;
}
p.large {
	font-size: 1.2em;
	line-height: 2.5em;
}
