.otsikko
	{
	font-family: Arial;
	font-size: 20px;
	text-decoration: none;
	font-weight: none;
	color: #037F3F;
	}

.teksti
	{
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: none;
	color: #000000;
	line-height: 1.3em;
	}
	
.teksti a
	{
	font-family: Arial;
	font-size: 13px;
	font-weight: none;
	text-decoration: underline;
	color: #037F3F;
	}
	
.teksti a:hover
	{
	text-decoration: none;
	color: #037F3F;
	}

.tekstipieni
	{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	color: #000000;
	line-height: 1.3em;
	}

.tekstipieni a
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
	color: #037F3F;
	}
	
.tekstipieni a:hover
	{
	text-decoration: none;
	}

body
	{
	scrollbar-face-color: #F1F1F1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #B9B9B9;
	scrollbar-3dlight-color: #B9B9B9;
	scrollbar-arrow-color: #B9B9B9;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	}


.select
	{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;	
	width: 160px;
   	z-index: 50;
	}

.input
	{
	font-family: Arial;
	font-size: 12px;	
	}

.textarea
	{
	font-family: Arial;
	font-size: 12px;
	width: 370px;	
	}

