html, body {
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-size: 18px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
em, img, q,
strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
input, textarea, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

nav ul, nav ol {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #8095a8;
}

a img {
	border: 0;
}

img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

abbr {
	text-decoration:none;
	border-bottom: dashed 1px #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td {
	padding: 10px;
	border: solid 1px #999;
}

.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

textarea {
	resize: none;
}


/*@media print {
	h1 { page-break-before: always; }
}*/

