/* Standardi otsikkotyylit sisällössä*/ 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #569869;
	background-color: #ededed;
	padding: 11px 11px 0px 20px;
	height: 38px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 3px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #363636;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	padding-left: 20px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #363636;
	padding-left: 20px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #363636;
	padding-left: 20px;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #363636;
	padding-left: 20px;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #363636;
	padding-left: 20px;
	font-weight: bold;
}

.H9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #363636;
	padding-left: 15px;
	font-weight: normal;
	float: right; 
	
	
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
}

/* Standardi kappaletyyli */ 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	padding-left: 20px;
	padding-right: 10px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	padding-left: 20px;
	padding-right: 10px;
}

/* Omat kappaletyylit */ 
.p1 { /* Leipäteksti */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.p2 {
	font-family: Courier, "Courier New", monospace;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;	
}

.p3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

/* Omat luettelotyylit */
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	padding-right: 10px;
	padding-left: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	padding-right: 10px;
	padding-left: 20px;
	list-style-image: url(../images/ico_list.gif);
}

.li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
	list-style-image: url(../images/ico_list.gif);
	background-color: #CCCCCC;
	border: 1px dotted #aeaeae;
}

.li1 {
	list-style-type: upper-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.li2 {
	list-style-type: lower-alpha;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.sisaltoContaineri {
	font-family: Arial, Helvetica, sans-serif;

	/*max-width:500px;
	width:expression(document.body.clientWidth > 640? "500px": "500px");

	border:1px solid red;*/
}

.muruteksti {
	color: #494949;
}
