@charset "utf-8";
/* CSS Document */

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:18px;
	padding:3px;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #36C;
	text-align: left;
}

.boldPunainen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.messu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	text-indent: 5px;
}

.navigation:link, .navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #069;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: none;
	background-color: #0088CA;
}

.navigationsub:link, .navigationsub:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding: 6px 2px 6px 16px;
	width: 140px;
	text-decoration: none;
	background-color: #069;
}

.navigationsub:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding: 6px 2px 6px 16px;
	width: 140px;
	text-decoration: none;
	background-color: #0088CA;
}

.otsikkoSininen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #36C;
	text-decoration: none;
	text-align: center;
}

.otsikkoSininenSub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #36C;
	text-decoration: none;
	text-align: left;
}

.otsikkoPunainen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
	text-align: center;
}
.list-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	padding: 1px;
}
.list-bg {
	background-color: #069;
	color: #069;
}

