body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

body, td, form, input, textarea, select {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}
body, td {
	font-size: 74%;
}

html>body, td, h1, h2, h3, h4, div, span, p, form, input, textarea, select {
	font-size: 12px;
}

h1 {
	font-size: 140%;
	color: #795378;
}

h2 {
	font-size: 125%;
	color: #795378;
	margin: 8px 0 20px 0;
	font-weight: normal;
	line-height: 1.4em;
}

h3 {
	font-size: 92%;
	color: #795378;
	margin: 0 0 1em 0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

h4 {
	font-size: 100%;
	color: #777;
	margin: 0 0 0.5em 0;
}
h4.ok {
	background-color: green;
	color: #fff;
}
h4.virhe {
	background-color: red;
	color: #fff;
}

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

ul {
	padding: 0 0 1.5em 3em;
	margin: 0;
}
li {
	margin: 0.25em 0 0 0;
	padding: 0;
	list-style-type: square;
}
ul.linkit li {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: circle;
}

blockquote {
	border: 3px double #ccc;
	margin: 0;
	padding: 10px;
}

strong {
	color: #666;
}

a {
	color: #f13600;
	text-decoration: none;
	border-bottom: 1px dashed #f13600;
}
a:hover {
	color: #795378;
	border-bottom-width: 0;
}
a.n {
	border-bottom-width: 0;
}
.laskuri a {
	border-bottom-width: 0;
	color: #fff;
}

form {
	margin: 2em 0 0 0;
}

select, input, textarea {
	font-family: arial, verdana;
}

select.alue {
	width: 250px;
}

table.hp {
	display: block;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
}

table.hp td {
	font-family: arial, verdana, sans-serif;
	line-height: 1.2em;
}

tr.otsikko td {
	font-weight: bold;
	color: #795378;
	height: 1.5em;
	border-bottom: 1px solid #ccc;
}

tr.alt td {
	background-color: #f5f5f5;
}

td.vapaa {
	color: green;
	font-weight: bold;
}

td.viim {
	border-right: 3px double #ccc;
}

p.tilasto {
	margin-top: 0.75em;
	margin-bottom: 0;
	line-height: 1.4em;
	font-style: italic;
	text-align: right;
	color: #795378;
}
p.huom {
	margin-top: 2em;
	margin-bottom: 0;
	line-height: 1.4em;
	text-align: right;
	color: #666;
}

p.hp {
	line-height: 1.4em;
	margin: 0 0 1.25em 0;
}

.kuvitus {
	margin-left: 15px;
	margin-bottom: 15px;
}

.nh {
	margin-top: 2em;
}

.laskuri {
	margin-top: 1em;
	text-align: center;
}