<style>
a {
	color: #003399; 
	text-decoration: none;
}
a:link , a:visited {
	color: #003399; 
	text-decoration: none;
}
a:active, a:hover {
	color: #9fb6d6; 
	text-decoration: none;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;	
	text-align: center;
}

img { 
	border: 0px;		
}

/* Leipis- ja luettelotyylit */
p, td  {  
	font-size: 9pt;	
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal; 
	color: #000000;
}

table {
	border-spacing: 5px 0px;
	margin-left: auto;
	margin-right: auto;
}

tr { 
	vertical-align: top; 
} 

th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	font-weight: bold;
	text-align: left;
}

ul  {  
	font-size: 9pt;	
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	font-size: 9pt;
	line-height: 1.5em; 
	color: #000000;
	list-style-position: outside;
}

li {
	margin-bottom: 5px;
}

/* Otsikot - fonttikoot ja värit */
h1 {font-size: 20pt; color: #003399;}
h2 {font-size: 14pt; color: #003399;}
h3 {font-size: 12pt; color: #003399;}
h4 {font-size: 10pt; color: #003399;}
h5 {font-size: 10pt; color: #000000;}

/* Otsikot - muut määrittelyt */
h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1pt; 
	font-style: normal; 
	line-height: normal; 
	margin-top: 6pt;
}

h2, h3, h4, h5 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0pt; 
	font-style: normal; 
	line-height: normal; 
	margin-top: 20pt;
}

/* Tyylit siniselle taustalle ja ylärivin navigointiin */
.ylataulukkoleipis {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
	margin-bottom: 0px;
}

.navigointi {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000;
	line-height: 1.5em;
}

/* Linkki - käytä tätä sinisellä pohjalla span-elementin avulla */
.linkki {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none
}

.harmaa {  
	color: #999999
}

/* Taulukoiden ohjaukset */
.linkkisolu {
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
	padding: 3px 10px 3px 0px;
	/*	padding in order top, right, bottom, left */	
}

.padding {
	padding: 10px 0px 10px 0px;
	/*	padding in order top, right, bottom, left */
}

.padding-top {
	padding: 10px 5px 10px 0px;
	/*	padding in order top, right, bottom, left */
}

.footer {
	font-size: 8pt;	
	font-style: italic; 
	line-height: normal; 
	font-weight: normal; 
	text-align: center;
	color: #000000;
}

table.border {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d1d3d4;
	border-collapse: collapse;
	background-color: white;
}
table.border th, table.border td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #d1d3d4;
	background-color: white;
}

</style>