BODY {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
DIV.top {
	position: absolute;
        top: 0;
	left: 0;	
	width: 100%;
	height: 100px;
	background-color: #000066;
}
DIV.menu {
	position: absolute;
        top: 100;
	left: 0;
	width: 220px;
	height: 100%;
	padding-left : 15;
	font-size : 10pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(/images/bg-left.gif);
	background-repeat: no-repeat;
}
DIV.main {
	position: absolute;
        top: 100;
	left: 220;
	height: 100%;
	font-size : 11pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	color : #000033;
	background-color: #FFFFFF;
}
DIV.column {
	width: 760px;
}
DIV.product {
	width: 560px;
}
DIV.picture {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
DIV.productright {
	position: absolute;
        top: 100;
	left: 560;
	width: 14em;
	margin-left: 10px;
}
DIV.productbot {
	clear: both;
}
A.menu {
	font-size : 11pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	color : #000066;
	text-decoration : none;
}
A.menu:hover {
	text-decoration: underline;
}
A.vinkki {
	font-size : 11pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	color : #990000;
	text-decoration : none;
}
A.vinkki:hover {
	text-decoration: underline;
}

P {
	font-size : 11pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	color : #000033;
}
P.info {
	font-size : 10pt;
	font-family : Verdana, Helvetica, Times, sans-serif;
	color : #000033;
}
TABLE.datatable {
	width: 13em;
	border: 0 none black;	
}
TD.datacol1 {
	width: 3em;
	vertical-align: top;
}
TD.datacol2 {
	width: 11em;
	vertical-align: top;
}