@media print {
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 5px;
}

a {
	text-decoration: none; 
	color: black; 
	background: white; 
}
p { 
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
}

h1 {font-size: 12px; border-bottom:1px solid #696969;}
h2 {font-size: 10px;}
h3 {font-size: 12px;}
h4 {font-size: 14px;}
h5{font-size: 14px;}
h7{font-size: 22px;}

.left { 
	float: left; 
	padding: 0px 8px 0px 8px;
}
.right { 
	float: right; 
	padding: 0px 8px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#footer2 {
	/*position:bottom;*/
	bottom: 50px;
}
.osoite {
	font-family: verdana, tahoma, arial,  sans-serif;
	border-top:1px solid; 
	/*border-bottom:1px solid; */
	border-color:#696969;
	margin: 6px 0px 2px 0px;
	padding: 4px 0px 10px 0px;
	color:#000
}

table {
	/*border:1px solid #808080;	*/
	border-collapse: collapse;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid;
}

td {
	border: 1px solid #C0C0C0;
	margin: 0;
	padding: 3px;
	empty-cells:show;
}
td.tdr {				
		text-align: right;
}
td.tdc {				
		text-align: center;
}
th{
	padding: 3px 4px 2px 4px;
	border: 1px solid #808080;
	text-align: left;
	background-color: #EEECE6;
}
hr {
	color:#D3D3D3;
	height: 1px;
	margin-right:10px;
}
hr.tiukka {
	color:#A9A9A9;
	margin-bottom:1px;
}

.noprint {
}

ul, li, h3, h2 {
 page-break-before: avoid;
}
input, select, ul#navmenu, #links, #logo, #footer, #column_r, #column1, .sidebaritem, .noprint {
 display: none;
}

}

