﻿* {
	PADDING: 0px;
	MARGIN: 0px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-y: scroll;
}
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, *, .x {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
}
.module:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .module {
	height: 1%;
	overflow: visible;
}
* + html .module {
	min-height: 1%;
}
:focus {
	outline: 0;
}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table th {
	font-weight: bold;
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
}
/** 2.	COMMON CLASSES **/
.clear {
	clear: both;
}
.lclear {
	clear: left;
}
.rclear {
	clear: right;
}
.navigation {
	list-style: none;
}
.navigation li {
	display: inline;
}
.debug {
	border: 1px solid red;
}
/** 3.	TYPOGRAPHY **/
code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Courier New";
	line-height: 1.50em;
	color: #CCCCCC;
}
code strong, pre strong, var strong, .monospace strong {
	color: #c33;
	background: inherit;
}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
strong {
	font-weight: bold;
}
em, i, cite {
	font-style: italic;
}
u, .u {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.063em;
	margin-bottom: 0.625em;
}
h2 {
	font-size: 2.50em;
}
h3 {
	font-size: 2.00em;
}
h4 {
	font-size: 1.60em;
}
h5 {
	font-size: 1.20em;
}
h6 {
	font-size: 1.00em;
}
s, strike {
	text-decoration: line-through;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: sup;
}
u {
	text-decoration: underline;
}
p {
	margin: 0.50em 0 1.00em 0;
}
a {
	outline: none;
	color: #666666;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:visited {
	background: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
}
blockquote p, q p {
	margin: 0;
	padding: 0.80em;
	background: inherit;
}
/** 4.	FORMS **/
fieldset {
	border: 0;
}
label {
	display: block;
}
label.xs {
	width: 50px;
}
label.s {
	width: 120px;
}
label.m {
	width: 150px;
}
label.l {
	width: 200px;
}
label.xl {
	width: 250px;
}
button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
}
button.xs {
	width: 15px;
}
button.s {
	width: 30px;
}
button.m {
	width: 50px;
}
button.l {
	width: 80px;
}
button.xl {
	width: 120px;
}
input, textarea {
	cursor: text;
}
/** END **/
