/* tyylitiedosto tulostusta varten */
BODY 
{ 	
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
} 

TABLE, TR, TD
{ 
	font-family: Verdana,Arial, Helvetica,sans-serif; 
	font-size: 11px;
} 

A:link 		{ color: #000000; text-decoration: none; font-weight: bold } 
A:visited 	{ color: #000000; text-decoration: none; font-weight: bold } 
A:active	{ color: #003366; text-decoration: underline; font-weight: bold }
A:hover 	{ color: #003366; text-decoration: underline; font-weight: bold }

H2
{ 
	font-weight: bold; 
	font-size: 17px; 
	color: #000000; 
	font-family: Verdana,Arial,Helvetica,sans-serif 
}

H3
{ 
	font-size: 15px; 
	color: #000000; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.pikkuotsikko
{ 
	font-weight: bold;
	font-size: 10px; 
	color: #003366;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.boldwhite
{ 
	font-family: Verdana,Arial, Helvetica,sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}

a.white:link, a.white:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

a.white:active, a.white:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.small
{ 
	font-family: Verdana,Arial, Helvetica,sans-serif; 
	font-size: 10px;
}

.smallgrey
{ 
	font-family: Verdana,Arial, Helvetica,sans-serif; 
	font-size: 10px;
	color: #999999;
	line-height: 16px;
}
a.smallgrey:link, a.smallgrey:visited
{
	font-family: Verdana,Arial, Helvetica,sans-serif; 
	font-size: 10px;
	color: #999999;
	font-weight: normal
}
.noprint
{
	display: none;
}
