body {
	background-color: #ffffff;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
}

td {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
}
a {
color: #1563a1;
text-decoration: underline;
}
a:hover {
color: #1563a1;
text-decoration: none;
}
a:active {
color: #1563a1;
text-decoration: none;
}
a:visited {
color: #1563a1;
text-decoration: none;
}

.normaali {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
}

.otsikko1 {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #005da7;
}

.otsikko2 {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	font-weight: normal;
	color: #005da7;
}

.otsikko3 {
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #f68b23;
}

h1 {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	font-weight: normal;
	color: #005da7;
}

h2 {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	font-weight: normal;
	color: #005da7;
}

h3 {
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #f68b23;
}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	background-color: #dfdede;
	border: 1px solid #313E52;
	color: #191919;
}

hr {
width: 100%;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
border-top: 1px dotted #c0c0c0;
background-color: #ffffff;
color: #ffffff;
}