<!--





	body
	{
		background:		#ffffff		;
		overflow:		hidden		;
		margin:			0px		;
		overflow: 		auto
	}


	/* 	KOKO TABLE FEIDAA SISÄÄN		*/

	#intro
	{
		animation-name:			feidi		;
		animation-timing-function:	ease-in		;
		animation-duration:		1.8s	
	}

	@keyframes feidi
	{
   	 from { opacity: 0; }
   	 to   { opacity: 1; }
	}


	img
	{
		border-style: 		none		;
		border-width: 		1px		;
		padding:		0px		;
		margin:			0px
	}


	td.line
	{
		background-color:	#b2b2b2		
	}



	/* 	LOGO, RIVI 1			 	*/

	.log01
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		50px		;
		line-height:		40px		;
		letter-spacing:		-1.5px		;
		color: 			#000000		;
		text-decoration:	none
	}



	/* 	LOGO, RIVI 2			 	*/

	.log02
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		42px		;
		line-height:		66px		;
		letter-spacing:		-1.2px		;
		color: 			#b3b3b3		;
		text-decoration:	none
	}



	/* 	1. SARAKKEEN TEKSTI, OSOITETIEDOT 	*/

	.txt01
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		20px		;
		color: 			#999999		;
		text-decoration:	none
	}



	/* 	2. SARAKKEEN TEKSTI, NIMET 		*/

	.txt02
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		14px		;
		line-height:		20px		;
		color: 			#000000		;
		text-decoration:	none
	}



	/* 	2. SARAKKEEN TEKSTI, TITTELIT		*/

	.txt07
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		12px		;
		line-height:		16px		;
		color: 			#999999		;
		text-decoration:	none
	}



	/* 	2. SARAKKEEN TEKSTI, YHTEYSTIEDOT	*/

	.txt03
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		16px		;
		color: 			#999999		;
		text-decoration:	none
	}


	
	/* 	PIENI TEKSTI, SELOSTEET YM.		*/

	.txt04
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		11px		;
		line-height:		15px		;
		color: 			#999999		;
		text-decoration:	none
	}


	
	/* 	PIENI TEKSTI, KURSIVOITU		*/

	.txt08
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-style:		italic		;
		font-size:		11px		;
		line-height:		15px		;
		color: 			#999999		;
		text-decoration:	none
	}



	/* 	PIENI TEKSTI, OTSIKKO #1		*/

	.txt05
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		15px		;
		color: 			#000000		;
		text-decoration:	none
	}



	/* 	PIENI TEKSTI, OTSIKKO #2		*/

	.txt06
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		15px		;
		color: 			#999999		;
		text-decoration:	none
	}



	/* 	LINKIT					*/

	a.btn01
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		20px		;
		color: 			#999999		;
		text-decoration:	none
	}


	a:hover.btn01
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		20px		;
		color: 			#666666		;
		text-decoration:	underline
	}


	a.btn03
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		15px		;
		color: 			#999999		;
		text-decoration:	none
	}


	a:hover.btn03
	{
		font-family: 		helvetica	;
		font-weight:		bold		;
		font-size:		12px		;
		line-height:		15px		;
		color: 			#666666		;
		text-decoration:	underline
	}


	.btn04
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		11px		;
		line-height:		15px		;
		color: 			#999999		;
		text-decoration:	none
	}


	a:hover.btn04
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		11px		;
		line-height:		15px		;
		color: 			#666666		;
		text-decoration:	underline
	}


	a.btn07
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		12px		;
		line-height:		16px		;
		color: 			#999999		;
		text-decoration:	none
	}


	a:hover.btn07
	{
		font-family: 		helvetica	;
		font-weight:		regular		;
		font-size:		12px		;
		line-height:		16px		;
		color: 			#666666		;
		text-decoration:	underline
	}



	/* 	SAHKOPOSTI				*/

	posti::before
	{
		content:	attr(osoite) "\0040"	;
	}


	posti::after
	{
		content:	attr(sivusto)	;
	}





-->