@charset "utf-8";
/* CSS Document */

.sisalto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #515056;
	border: 2px solid #fcc601;
	background-color: #FFFFFF;
	line-height: 16px;
}
.solu_01 {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 15px;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #515056;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #515056;
}
.textfield {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #515056;
	width: 300px;
}
a:link {
	color: #EC9E08;
	text-decoration: none;
}
a:visited {
	color: #EC9E08;
	text-decoration: none;
}
a:hover {
	color: #515056;
	text-decoration: underline;
}
a:active {
	color: #e60004;
	text-decoration: underline;
}
