﻿/* Standardi otsikkotyylit */ 
h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	margin: 0px 4px 4px 0px;
	}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	margin: 0px 4px 4px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	margin: 0px 4px 4px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
}

/* Standardi kappaletyyli */ 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-align:justify;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

/* Omat kappaletyylit */ 
.p1 { /* Leipäteksti */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.p2 {
	font-family: Courier, "Courier New", monospace;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;	
}

.p3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}


/* Omat luettelotyylit */
.li1 {
	list-style-type: upper-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.li2 {
	list-style-type: lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin: 4px 4px 4px 8px;
    padding:4px 4px 4px 8px;
    list-style-position:outside;
    list-style-type: disc;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin: 8px 8px 8px 8px;
        padding:15px 15px 15px 15px;

}


.sisaltoContaineri {

	
	width:750px;
	max-width:750px;
	text-align: justify; 
	padding: 0px;
	border-top: 0px none  #008e84;
	border-bottom: none;
	border-left:none;
	border-right:none;
	

	/*border:1px solid red;*/
}

