.borderimage{
border:1px solid white;
}

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;

}
.otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004eff;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;


}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e41b5;
	font-weight: bold;
	text-decoration: none;


}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c81af;
	font-weight: bold;
	text-decoration: none;


}
.bg {
	background-color: #FFFFFF;
	background-image: url(pic/tausta/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-teksti {
	background-color: #FFFFFF;
	background-image: url(pic/tausta/2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
.bg-vaskulma {
	background-image: url(pic/tausta/vas_kulma.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-logo {
	background-image: url(pic/tausta/logo_tausta2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkkipalkki {
	background-image: url(pic/tausta/viiva.jpg);
	background-repeat: repeat-x;
	background-position: right top;

}
.border1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: outset;

}
.border2 {
	border: thin dotted #000000;
}
