body { 
	background-image: url('img/bg-1.gif'); 
	background-repeat: repeat-x; 
	font-family: arial, verdana, helvetica, san-serif; 
	color: #000000; 
}

H1 { 
	font-size: 14px; 
	color: #000000; 
	line-height: 18px; 
	font-weight: bold;
}

p  { 
	font-size: 12px; 
	color: #000000; 
	line-height: 16px; 
	font-weight: normal;
}

a 			{ text-decoration: none; color: #D90000;}
a:hover 	{ text-decoration: underline; color: #D90000;}
A.active 	{ text-decoration: underline; color: #D90000;}

input, textarea, select { text-decoration: none; font-family: arial, verdana, helvetica, san-serif; font-size: 11px; color: #000000; }

.otsikko { 
	font-size: 14px; 
	color: #000000; 
	line-height: 18px; 
	font-weight: bold;
}

.tekstit { 
	font-size: 12px; 
	color: #000000; 
	line-height: 16px; 
	font-weight: normal;
}

ol.decimal 	{ list-style-type: decimal; }

#footer {

	margin-top: 5px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #ffffff;
	background: #d90000; 
	color: #fff

}
