@charset "utf-8";
/*=-=-= Reset =-=-=*/
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 {
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/


/* Body */
body {
	font-family: Arial, Helvetica, sans-serif;
}


/* Headings */
h1 {
	color: #c0504d;
	font-size: 1.6em;
	margin: 0.5em 0;
}
h2 {
	color: #548dd4;
	font-size: 1.4em;
	margin: 0.5em 0;
}
h3 {
	color: #9bbb59;
	font-size: 1.2em;
	margin: 0.5em 0;
}
h4 {
	font-size: 1em;
	margin: 0.5em 0;
}
h5 {
	font-size: 0.9em;
	margin: 0.5em 0;
}
h6 {
	font-size: 0.8em;
	margin: 0.5em 0;
}


/* Paragraph */
p {
	line-height: 1.2;
	margin-top: 0.5em;
}
blockquote {
	margin: 1em;
	padding: 0 1em;
}


/* Lists */
ul {
	list-style: disc;
	margin: 1em 0;
	margin-left: 2em;
	padding-left: 1em;
}
ol {
	list-style: decimal;
	margin: 1em 0;
	margin-left: 2em;
	padding-left: 1em;
}
dl {
	line-height: 1.2em;
	margin: 1em 0;
	margin-left: 2em;
	padding-left: 1em;
}
ul li, ol li {
	line-height: 1.2;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-left: 2em;
}


/* General Text */
sup {
	font-size: 0.6em;
	vertical-align: super;
}
sub {
	font-size: 0.6em;
	vertical-align: sub;
}
small {
	font-size: 0.7em;
}


/* Links */
a {
	color: #548dd4;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #c0504d;
}
a:hover {
	color: #17365d;
	text-decoration: none;
}

