h1, h2, h3, h4, p, th, td {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.7em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.0em;
}

p
{
	font-size: 0.9em;
}

span.small
{
	font-size: 9pt;
}

.nospace
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.topspace
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bottomspace
{
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #4169E1;
	text-decoration: underline;
}

a.tuomo-media
{
	color: #DD0000;
}

a:hover
{
	text-decoration: none;
}

img.left
{
	padding-right: 10px;
	float: left;
}

img.right
{
	padding-left: 10px;
	float: right;
}

div#etusivu-image {
	background-color: Black;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
	margin-bottom: 10px;
}

p#etusivu-desc
{
	font-size: 9pt;
	color: White;
}

div.highlight {
	background-color: White;
	padding: 10px 10px 10px 10px;
}

div.normal {
	padding: 10px 10px 10px 10px;
}

table.compact {
	border-left-color: Black;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: Black;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

th.compact, td.compact
{
	border-bottom-color: Gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-left-color: Gray;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: Gray;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: Gray;
	border-top-style: dotted;
	border-top-width: 1px;
}

th.compact
{
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td.compact
{
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td.center
{
	text-align: center;
}

td
{
	vertical-align: top;
}

.not-in-use {
	color: #B8B8B8;
}
