/*************************************************************************
GRAAFINEN OHJEISTUS WEB-YMPÄRISTÖSSÄ

Tekstityyppi
Pääfontti ja vaihtoehtofontit: helvetica,arial,sans-serif
Otsikot lihavoituna, leipäteksti normaali

Värit
Punainen #d32e12
Sininen #003c71
Oranssi (järjestelmän ilmoitukset) #d87300
Vihreä #00814a
Harmaa #737373

**************************************************************************/
body{
	font-size:75%;
	font-family: helvetica,arial,sans-serif;
}

a{
	color: #000;
}

a:hover{
	color: #737373;
}

a:visited{
	color: #000;
}



h1,h2,h3,h4{
	margin: .6em 0 .8em 0;
	font-family: helvetica,arial,sans-serif;
}

h1{
	font-size: 150%;
	color: #737373;
}

h2{
	font-size: 100%;
	color: #000;
	padding-bottom: 2px;
}

h3{
	font-size: 90%;
	color: #000;
	padding-bottom: 2px;
}

h4{
	color: #000;
	font-size: 90%;
	padding-bottom: 2px;
}

p{
	margin: .9em 0;
	line-height: 1.3em;
}

p.tyhja {
	margin:0px;
}

.button{
	background: #005ba1;
	border: 1px solid #e2edf4;
	color: #fff;
	font-weight: bold;
	font-size: 95%;
	padding: 2px;
}

textarea {
	font-size: 1em;
	font-family: helvetica,arial,sans-serif;
}

input.text, textarea, select {
	padding: 3px;
	border: 1px solid #000;
}

select {
	padding: 0;
}

ul{
	margin-left: 15px;
}
