BODY {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	text-align: left;
	background-color: #FFFFFF;
}
/* General Fonts */
P,OL,DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 120%;
	margin:0 0 10px 0;
}
.ingressi {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bolder;
	line-height: 120%;
	margin:0 0 10px 0;
}
ul {
	list-style-type: square;
	list-style-image: url(/media/bullets/bullet1_n.gif);
	list-style-position: outside;
	font-size:100%;
	line-height: 120%;
	text-align: left;
}
li {
	padding-left:2px;
	font-size:100%;
	line-height: 120%;
	text-align: left;
}
a:link, a:visited {color: #7b501f; text-decoration: none;}
a:hover,a:active {color: #000000; text-decoration: underline;}
b {font-weight: bold;}
strong {font-weight: bold;}
/* Headings */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b501f;
	font-size: 18px;
	line-height: 100%;
	font-weight: bolder;
	margin-bottom:10px;
	letter-spacing: normal;
}
H3,H4,H5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:100%;
	font-weight: bolder;
	margin-bottom:0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0px;
}
.valkoinen, .valkoinen a:link, .valkoinen a:visited, .valkoinen a:active {
	color: #FFFFFF;
}
.valkoinen a:hover {color:#FFFFFF;}
.harmaa, .harmaa a {color: #999999;}
.teaser, .teaser a:link, .teaser a:visited {font-size: 10px; color: #7b501f;	margin-top: 0px; margin-bottom: 0px;line-height: 120%;}
.teaser a:hover, .teaser a:active {text-decoration: underline;color: #000000;;	margin-top: 0px; margin-bottom: 0px;line-height: 120%;}
.caption {
 font-family :  Arial, Helvetica, sans-serif;
 font-size:100%;
 color : #000000;
}
.container {
	background: #fff;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../kuvat/bgtop.jpg);
	background-repeat: no-repeat;
	width:95%;
	max-width: 750px;
	width:expression(document.body.clientWidth > 750? "750px": "auto" );
}
.smaller {
	font-size: smaller;
}
.copyright {
	font-size: smaller;
	color: #FFFFFF;
}
.copyright a:link, .copyright a:visited {
	font-size: smaller;
	color: #FFFFFF;
}
.vasemmalle {float:left;margin-right:20px;margin-left:0px;}
.oikealle {float:right;margin-left:20px;margin-right:0px;}
.satakorkea {height:100%;}
.align-center {text-align:center;}
.align-right {text-align:right;}
.align-justify {text-align:justify;}
.align-left {text-align:left;}
