body,td,th 
{
	font-family: Verdana, Arial;
	font-size: 9px;
}

/*leipäteksti*/
.style1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color:#333333;
	font-weight: normal;
}

/*leipäteksti vahvennettuna*/
.style2 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}

/*otsikko*/
.style3 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
}


.style4 
{
	font-family: Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;	
}


/*sähköpostilinkit*/
.linkki a:link 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	color:#FF9900;
	font-style: normal;
	text-decoration: none;		
}

.linkki  a:visited 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	color:#FF9900;
	font-style: normal;
	text-decoration: underline;
}


.linkki  a:hover 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	color:#333333;
	font-style: normal;
	text-decoration: underline;
}

.linkki  a:active 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	line-height: 14px;
	color:#FF9900;
	font-style: normal;
	text-decoration: underline;
}

/*linkit BOLD*/
.linkkib a:link 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
	font-style: bold;
	text-decoration: none;		
}

.linkkib  a:visited 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
	font-style: bold;
	text-decoration: none;
}


.linkkib  a:hover 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	line-height: 14px;
	color:#FF9900;
	font-style: bold;
	text-decoration: underline;
}

.linkkib  a:active 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
	font-style: bold;
	text-decoration: underline;
}

