body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 11px;
	color: #072E7D;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
}
.slogan {
	color: #999999;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
text-align: center;
}

/* Tuotekuvien reunaviivan väri (oranssi) */
.product_image img { 
	border: 1px solid #CF661C;
}

/* Sivulla olevien kuvien reunaviivan väri (oranssi) class="orange" */
img.orange { 
	border: 1px solid #CF661C;
}

/*AscoNumatics sivun kuvien kehykset onMouseOver*/
.borderOn  {
        border: solid 1px green;
}
.borderOff { 
        border: solid 1px white;
}