/*
 *		Description: EuroSec Oy print stylesheet
 *		Media : Print
 *		Type: CSS 2
 *		Copyright: EuroSec Oy
 *		Author: Luovakulma, Jani Tarvainen
 *
 */

#siteHeader ul {
	display:none;
}

body {
	font-size:95%;
}

body, body * {
	color: black !important;
	text-decoration:none !important;
	font-family:arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

img.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

img.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}