body {
	scrollbar-face-color: #8fa0b3;
	scrollbar-arrow-color: #2d3d4d;
	scrollbar-track-color: #8fa0b3;
	scrollbar-shadow-color: #2d3d4d;
	scrollbar-highlight-color: #2d3d4d;
	scrollbar-3dlight-color: #2d3d4d;
	scrollbar-darkshadow-Color: #2d3d4d;
	background : #8fa0b3; 
	background-image: url(layout/tausta.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: center top;
	font-family: Verdana;
	font-size : 8pt;
	color: #2d3d4d;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}

Input{
	background : #ffffff;
}

textarea{
	background : #ffffff;
}

select{
	background : #ffffff;
}

.img{
	border: 3px double #6690B3;
}
	
table {
font-family: Verdana;
font-size : 8pt;
color: #2d3d4d;
}
	
.table{
background-image: url(layout/tableb.jpg);
background-position: top left;
background-repeat: repeat-y;
}
.copy{
background-image: url(layout/copy.jpg);
background-position: top left;
background-repeat: no-repeat;
}
.td{
background-image: url(layout/tableb.jpg);
background-position: top left;
background-repeat: repeat-y;
}
	
A:link, A:visited {
color: #3e5975;
text-decoration: none;
font-weight : bold;
font-size: 8pt;
}

A:active {
color: #2d3d4d;
}

A:hover {
color: #2d3d4d;
text-decoration: none;
}