body {
	margin: 0px;
	padding: 0px;
	color: #4a4a4a;
	font: normal 12px Arial, sans-serif;
}

pre {
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: courier, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4a4a4a;
}

p {
	color: #4a4a4a;
	font: normal 12px Arial, sans-serif;
	padding: 0px;
	margin: 10px 0 10px 0;
	line-height: 16px;
}

address {
	color: #4a4a4a;
	font: normal 12px Arial, sans-serif;
	padding: 0px;
	margin: 10px 0 10px;
	line-height: 16px;
}

img {
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0;
}

th {
	text-align: left;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}

tr {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
	margin: 0px;
	/*padding: 0px;
	border: none;*/
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #e9e9e9;
}

ul {
	border-top: none;
	list-style: disc;
	margin-left: 6px;
	padding-left: 10px; 
	text-align: left;
}

li {
	color: #4a4a4a;
	font: normal 12px Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 24px Arial, sans-serif;
	line-height: 25px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}
h2 {
	font: bold 21px Arial, sans-serif;
	line-height: 23px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}
h3 {
	font: bold 18px Arial, sans-serif;
	line-height: 20px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}
h4 {
	font: normal 16px Arial, sans-serif;
	line-height: 18px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}
h5 {
	font: normal 15px Arial, sans-serif;
	line-height: 17px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}
h6 {
	font: normal 14px Arial, sans-serif;
	line-height: 16px;
	padding: 0px;
	color: #4d4e4d;
	margin: 0 0 15px 0;
}

ol {
	margin-left: 6px;
	padding-left: 10px; 
}

ol li {
	font: normal 12px Arial, sans-serif;
	line-height: 1.4em;
	list-style-type: decimal;
	margin-left: 5px; 
	padding-left: 0px;
}

strong {
	font-weight: bold;
	color: #0081c2;
}

em {
	font-style: italic;
}

a, a:link, a:visited {
	background: transparent;
	font: normal 12px Arial, sans-serif;
	color: #0081c2;
	font-style: normal;
	text-decoration: none;
}

a:hover, a:active {
	background: transparent;
	font: normal 12px Arial, sans-serif;
	color: #0081c2;
	font-style: normal;
	text-decoration: underline;
}

a.tuotteet, a.tuotteet:link, a.tuotteet:visited, a.tuotteet:hover, a.tuotteet:active {
	background: transparent url(/img/arrow.gif) no-repeat center left;
	padding: 2px 0 2px 30px;
	margin: 12px 0 5px 10px;
	display: block;
	clear: both;
	float: left;
	color: #98b103;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}

