@charset "utf-8";
/* Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figcaption,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section,figcaption {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

input,select {
	vertical-align: middle;
}
/* end of reset */

html {
	width: 100%;
	background: gray none;
}

body {
	margin: 0 auto;
	padding: 1px 1.3em;
	font-size: small;
	font-size: small;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.5;
	width: 80%;
	max-width: 1200px;
	min-width: 600px;
	color: #333;
	background: #eee none;
}

html:not(:target) body {
	font-size: 13px;
}

body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* ========== General - Block elements ==========

	h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, hr,
	li, ul, ol, dl, dt, dd, (form, fieldset, legend,
	table, noframes, noscript, menu, dir, center)
	
	but table and form elements are defined other groups.
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0.7em 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1.2em;
	padding: 0.2em;
	border: 1px solid;
}

pre {
	margin: 1.2em;
	padding: 0.2em;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",  Monaco, "Courier New", Courier, monospace;
	background: #ddd none;
	color: #111;
}
address {
	text-align: start;
	font-style: italic;
	margin: 1em 0;
	font-size: 80%;
}
ul,ol {
	margin: 1em 0;
	list-style-position: outside;
	list-style-image: none;
}

li {
	margin-left: 2em;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-roman;
}

ol ol ol {
	list-style-type: lower-alpha;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 0.2em 0;
}

dl {
	margin: 1em 0;
}

dl dt {
	margin-top: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid;
}

dl dt:first-child {
	margin-top: 0;
}

dl dd {
	margin: 0 2em;
}
/* ========== General - Inline elements ==========

	a, abbr, acronym, cite, code, dfn, em, kbd, q, samp,
	strong, sub, sup, var, bdo, big, small, br, img, b, i, tt, img
*/

a:link {
	color: #007cf9;
}

a:visited {
	color: #0069d2;
}

a:hover,a:active {
	color: #0080ff;
}

br {
	letter-spacing: 0;
}

img {
	vertical-align: bottom;
}

em {
	font-style: inherit;
	font-weight: bold;
}

strong {
	font-style: inherit;
	font-weight: inherit;
}

code,tt,var {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",  Monaco, "Courier New", Courier, monospace;
}
var {
	font-style: italic;
}
q {
font-style: inherit;
font-weight: inherit;
}
/* ========== General - Special elements ==========

	del, ins, iframe, object, script, noscript
*/

object {
	vertical-align: bottom;
}
/* ========== General - Table elements ==========

	table, thead, tbody, tfoot, tr, th, td
*/

table {
	font-size: 100%;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: show;
	margin: 1.2em 2em;
	width: auto;
	border: 1px solid #333;
	padding: 0;
	
}

th,td {
	border: 1px solid #333;
	vertical-align: middle;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

th {
	font-weight: bold;
	text-align: center;
	padding: 2px 3px;
	background: #ddd none;
}

td {
	padding: 1px 2px;
}
/* ========== General - Form elements ==========

	form, input, button, textarea, select, option, optgroup, fieldset, legend
*/

form {
	margin: 1em 0;
}

input,button,select,option,fieldset,legend,optgroup {
	font-family: Arial, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	max-width: 100%;
}

textarea {
	font-family: "MS Gothic", monospace;
	font-size: 100%;
	vertical-align: middle;
	max-width: 100%;
}
/* ========== Page layouts ========== */
nav#nav-header {
	margin: 0;
	padding-top: 0.7em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}

nav#nav-footer {
	margin: 0;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #cccccc;
}
nav ul {
	list-style: none outside;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	margin: 0;
	padding: 0.1em 0.5em;
}
nav ul li a:hover {
	background: #ccc none;
}
footer {
	font-size: 80%;
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #cccccc;
}
