/* CSS Document */
html  {
SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #97a3a7; 
	SCROLLBAR-3DLIGHT-COLOR: #97a3a7; 
	SCROLLBAR-ARROW-COLOR: #97a3a7; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
		text-align:left;
  overflow-x: hidden; 
}

html,body { 
  min-height: 100%; 
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
} 

body {
background-color:#ffffff;
margin: 0px 0px 0px 0px;
padding:0px;
font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
 min-height: fixed;
		width:100%;
		
}
p {padding:0px 0px 0px 0px; 
margin: 20px 0px 20px 0px;
font-size:90%;}

/* liput */
.enold {color:#333333; text-indent: 25px;	background: url(img/base/en.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}
.itold {color:#666666; text-indent: 25px;	background: url(img/base/it.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}
.fiold {color:#999999; text-indent: 25px;	background: url(img/base/fi.png);
	background-position: 0 2px;
	background-repeat: no-repeat;}
	
	
	/* vain värit */
	.en {color:#333333;  }
.it {color:#666666; }
.fi {color:#999999; }
