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, i, font, img, ins, kbd, q, s, samp,
small, strike, strong, b, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
strong {
	font-weight: bold;
}
nav ul {
	list-style: none;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
blockquote, q {
	quotes: "" "";
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
del {
	text-decoration: line-through;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ededec;
	margin:1em 0;
	padding:0;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* CUSTOM */
.fLeft {float: left;}
.fRight {float: right;}
.clear {clear: both;}
.hidden {
	display: none;
	visibility: hidden;
}
.tLeft {text-align: left;}
.tRight {text-align: right;}
.tCenter {text-align: center;}

img.fLeft {margin: 0 15px 15px 0;}
img.fRight {margin: 0 0 15px 15px;}

.big {
	font-size: 1.45em;
	line-height: 1.2em;
}
.medium {
	font-size: 1.25em;
	line-height: 1.2em;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
}
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor:pointer;
}

input, select {
	vertical-align:middle;
}
input[type="text"] {
	background:#fff;
	border:1px solid #bbccd2;
	padding:6px 7px 9px;
}
input::-moz-focus-inner {border: 0;}

h1, h2, h3, h4, h5, h6 {
}
h1 {
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin:0 0 20px;
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
	margin:18px 0;
}
h3 {
	font-size:1.4em;
	margin:16px 0;
}
h4 {
	font-size:1.2em;
	margin:12px 0;
}
h5, h6 {
	font-size:1.0em;
	margin:10px 0;
}
h2 sup {
	font-size: 0.6em;
	font-style: italic;
	position: relative;
	top: -10px;
}
p {
	line-height:1.2em;
	padding:5px 0;
	margin:15px 0;
}

#content ol {
	list-style:decimal;
	padding-left:15px;
}
#content li {
	padding: 0 10px 0 0;
	line-height: 20px;
}
#content li:first-child {
	padding-top:0;
}
.space10px {
	width: 100%;
	height: 10px;
}