@charset "utf-8";
/* CSS 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	width:auto;
	height:auto;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --------------------------------------------------- */
body {
	font-size:1em;
	font-family:Georgia, Palatino, "Times New Roman", Times, serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:#000000;
}
#content a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em, cite {
	padding-left:0.2em;
	font-style:italic;
}
hr {
	border:none;
	border-bottom:2px solid #000000;
	margin:0.8em 0;
}
address {
	margin:0.2em 0.1em;
	font-style:italic;
	border-left:0.2em solid #000000;
}
h1 {
	text-align:center;
	margin:1em 0.2em;
	font-size:1.6em;
}
h2 {
	margin:0.8em 0.2em;
	font-size:1.4em;
}
h3 {
	margin:0.8em 0.2em;
	font-size:1.3em;
}
h4 {
	margin:0.8em 0.2em;
	font-size:1.2em;
}
h5, h6, h7, h8, h9, h10 {
	margin:0.8em 0.2em;
	font-size:1.1em;
}
p {
	margin:0.2em 0.2em;
	padding:0.1em 0.1em;
}
ul, ul li, ol {
	padding:0.2em;
}
/* --------------------------------------------------- */
#container {
	margin:0 auto;
	width:75%;
	text-align:justify;
}
#header {margin:0 auto;}
#navi {display:none;}
#footer {display:none;}

