html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	line-height: 1.8em;
	color: #333;
	/*background-color: #6a727a; */
	background-color: white;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: blue;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	padding: 3px 0px 2px 0px;
	background-color: transparent;
	}

a:visited {
	color: purple;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: transparent;
	}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #626a73;
	border-color: #626a73;
	}

sup a:link {
	padding: 3px;
	}
sup a:visited {
	padding: 3px;
	}


p {
 	margin: 0 0 1.8em 0;
	padding: 0;
	}

h1 {
	font-family: Georgia, serif;
	font-size: 1.46em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
	}

h2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 4em 0 1em 0;
	text-transform: uppercase;
	}

h1 + h2 {
	margin-top: 2em;
	}

h3 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 1.4em;
	margin-top: 2.5em;
	}


p + h3 {
	margin-top: 2.5em;
	}
pre + h3 {
	margin-top: 4em;
	}

h6 + h2 {
	margin-top: 2em;
	}


h4, h5, h6 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin: 2em 0 0 0;
	}

strong {
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

em em {
	font-style: normal;
	}

strong strong {
	font-weight: bold;
	}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	}

cite {
	font-weight: normal;
	font-style: italic;
	}

img {
	margin-top: 5px;
	}

thead {
	font-weight: bold;
	}


ul, ol {
	padding-left: 1em;
	margin: 0 0 2em 1em;
	}


pre {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono", Courier, monospace;
	line-height: 1.45em;
	color: #eee;
	background-color: transparent;
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: dashed;
	}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono", Courier, monospace;
	font-size: .91em;
	}

ul {
	list-style-type: square;
	}

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

hr {
	height: 1px;
	margin: 1em 1em 2em 0;
	text-align: center;
	border-color: #777;
	border-width: 1px 0 0 0;
	border-style: dotted;
	}

hr.ookiaks {
	color: #bbb;
	margin: 2em 0 11em 0;
	padding-right: 2em;
	height: 0;
	border-width: 0;
	}

fieldset {
	border: 1px dotted #777;
	padding: 1em 1em .5em 1em;
	margin: 0 0 2.5em 0;
	}

fieldset p {
	margin-bottom: 0;
	padding-bottom: 1em;
	}

legend {
	color: #aaa;
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	}

dt {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 .75em 0;
	letter-spacing: normal;
	text-transform: none;
	}
dd {
	margin: auto auto 3.5em 2em;
	}

input, select  {
	font-size: 1em;
	}
input[type="text"]   { background-color: #ddd; }
input[type="submit"] { background-color: #ccc; }
select { background-color: #ddd; }


#ad a {
	border: none;
}

#ad a:hover {
	background-color: transparent;
}
