@charset "UTF-8";
/* Yleiset kaikille yhteiset määritteet */


body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #000;
	padding-bottom: 1em;
}

body {
	background-image: url(../images/bg_grey_top.jpg);
	background-repeat: repeat-x;

}
a:link {
	color: #0E68B1;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0E68B1;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-family: 'Quicksand', sans-serif;
	color: rgba(14,104,177,1);
	font-weight: 400;
	font-size: 2.1em;
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	color: rgba(51,51,51,1);
	font-weight: 600;
	font-size: 1em;
	padding-bottom: 0.3em;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	color: rgba(14,104,177,1);
	font-weight: 600;
	font-size: 0.9em;
	padding-top: 1em;
}
