/* CSS Document */
a:link,
a:visited,
a:active {
	color: #131313;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #787878;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:18px;
	color:#3e3e3e;
	font-weight:bold;
	padding:0px;
	margin:20px 0px 20px 0px;
}
h2, h2 a, h2 a:link, h2 a:visited{
	padding:0px;
	margin:20px 0px 4px 0px;
	font-size: 14px;
	color: #131313;	
	font-weight: bold;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
	color:#000;
}
.kuupaev
{
	font-size: 10px;
	color: #888787;
}
.small, a.small, a.small:hover, a.small:link, a.small:visited{
	font-size:10px;
}
.error{
	font-size: 10px;
	color:#FF0000;
}