@charset "utf-8";

/* Margins & Paddings */
body, header, hgroup, nav, aside, footer, article, section, blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
header, hgroup, nav, aside, footer, article, section {
	display: block;
}
/* --Formats-- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:bold;
	margin: 1.6em 0 0.2em;
	clear: both;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top:0;
}
#main-column h2:first-child,
#main-column h3:first-child,
#main-column h4:first-child,
#main-column h5:first-child,
#main-column h6:first-child {
	margin-top: 0px;
}
P, ul, ol, dl, pre {
	margin-bottom: 0.8em;
}
P {
	text-align:justify;
	text-justify: inter-ideograph;
}
blockquote {
	border-left: 2px solid #336699;
	padding-left: 0.8em;
	margin:1.6em 1em 1.6em;
}
pre {
	font-size:120%;
}
code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}
hr {
	display:block;
	clear:both;
	background:#bbb;
	width:700px;
	height:1px;
	border:none;
	margin:1.2em 0 1.2em;
	overflow:hidden;
}
/* --Lists-- */
ol, ul {
	text-align:justify;
	text-justify:inter-ideograph;
	padding-left: 2em;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
ol {
	list-style:decimal outside;
}
ul ul, ul ol, ol ol, ol ul{
	margin:0.4em 0 0;
}
dl dt {
	color:#333;
	font-weight:bold;
	margin:0 0 0.2em;
}
dl dt a {
	font-weight:bold;
}
dl dd {
	margin:0 0 0.6em 0;;
}
dl dl {
	margin-left:1em;
}
ol li, ul li {
	margin-bottom:0.4em;
}
/* --Table-- */
table {
	border-collapse:collapse;
	border-spacing:0;
	background-color: #FFF;
	margin:1.6em 0;
}
table caption {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
	font-weight: bold;
	margin-bottom:0.4em;
}
th, td {
	padding: 0.6em 0.6em 0.4em;
	border: 1px solid #ccc;
}
thead th {
	color:#fff;
	background-color: #636b98;
	font-weight: normal;
}
th {
	background-color: #f6f6f6;
	margin-top: 0.4em;
	font-weight: normal;
	color: #111;
}
/* --link-- */
a {
	cursor:pointer;
	text-decoration: none;
	color: #339999;
}
a:hover {
	text-decoration: underline;
}
/* --Image-- */
a img, img {
	outline: none!important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 0px;
}
/* --typography-- */
strong {
	color:#333;
	font-weight: bold;
	letter-spacing: normal;
}
em {
	font-style: italic;
}
sub,
sup {
	font-size:75%;
    line-height: 0;
    position: relative;
}
sub {
    vertical-align: bottom;
	bottom:1em;
}
sup {
    vertical-align: top;
	top:0.6em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}
address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
/* --form-- */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:text-bottom;
}
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}
legend {
	background:#fff;
	padding:0.4em;
}
input, textarea {
	line-height:1;
	padding:0;
	vertical-align:middle;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align:text-bottom;
}
input[type="submit"] {
	padding:0.1em;
}
select {
	padding:0;
}