/* Fontiksi kuvaruudulla Arial, paperitulostuksessa Times New Roman. */
@media screen { 
	body { font-family: Arial, sans-serif; } }
@media print { 
	body { font-family: "Times New Roman", serif; } }

/* Yritetään huolehtia siitä, että jos täytetty lomake tulostetaan, kaikki syötteet tulevat mukaan. */
@media print {
   	textarea, input { overflow: visible; } }  

body {
	scrollbar-base-color: white;
	scrollbar-face-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #477170; 
	scrollbar-3dlight-color: #477170; 
	scrollbar-arrow-color: #477170; 
	scrollbar-track-color: #EBEBEB; 
	scrollbar-darkshadow-color: black;	
	background-color: white;
	background-image: url(taustakuva.gif);
	padding: 3em;
	margin: 0; }	

table { 
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-style: solid;
	border-width: 3px;
	border-color: #455872;
	background-color: white; }

td {	font-size: 75%;
	line-height: 1.5; 
	border-width: 2px; 
	border-color: #F14903;
	text-align: center;
	padding: 1.2em 2em; }

td.yla {
	border-style: none dotted; }

td.vasen {
	border-style: none;
	text-align: left;  
	vertical-align: top; }
	
td.keski {
	border-style: none dotted dotted dotted;
	overflow: auto;
	text-align: justify; }

td.oikea {
	border-style: none;
	vertical-align: top;  }

td.ala {
	border-style: none; }

.keskitetty { 
	text-align: center; }

.keskitetty table { 
	margin: 0 auto;
	text-align: left; }

.harmaa { 
	border-style: solid;
	border-color: #455872;
	border-width: 2px 0px;
	background-color: #CDD7E5;
	margin: none; }

.korostettu {
	color: #455872;
	text-decoration: underline; }

.pieni {
	font-size: 0.85em; }

img { border-style: none;
	padding: 0.05em; }

strong {
	color: #455872; }

ul {	list-style-image: url(lista.jpg);
	margin-left: 1.5em;
	padding-left: 0.1em;
	padding-top: 0; }

.lista {
	margin: 1em 0; }

.lista ul {
	margin-top: 0.1em; }

h1 {	font-size: 100%;
	font-weight: bold; }

a { 	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps; }

a:link { 	
	color: #455872; }

a:visited { 
	color: #455872; }
