h1.otsikko, .otsikko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #606060;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #606060;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #606060;
	font-weight: bold;
	letter-spacing: 0.1em;
}
body, p, table, tr, td, th, li, ul, ol { 
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		line-height: 16px;
		font-family: Arial, Helvetica;
		font-size: 11px;
		
}
body {  
margin-top: 0px; margin-left: 0px; background: #f8f8f8;
}
hr {
	color: #525252; height: 1px; 
}

.lista { padding-left: 20px; }
.linkkilista { list-style-type: none; }
ul.linkkilistapun li { list-style-type: square; text-align: left; color: #fff; }


	/* LOMAKKEEN TYYLIT */
	.inquiry {
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		font-weight: bold;
		text-transform: uppercase;
	}
	.lomake {
		text-transform: uppercase;
		font-size: 11px;
	}
	
	input, select, textarea {
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-weight: normal;
		color: #C53535;
		border-width: 1px;
		border-style: solid;
		border-color: #dddddd;
		background-color: #F7F7F7;
		}
	.checkbox {
		background-color: #fff;
		color: #fff;
		border: #fff;
		margin: 0px 3px 0px 0px;
	}

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #3333FF;
}
a.fatlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}
a.fatlink:hover {
	color: #3333FF;
}
a.fatlink2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	letter-spacing: 1px;
}
a.fatlink2:hover {
	color: #3333FF;
	text-decoration: none;
}

.fat {
	font-family: Arial, Helvetica, sans-serif;
	color: #AF3E3E;
	font-weight: bold;
	font-size:12px;
	margin:4px 0px;
}
.fat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AF3E3E;
	font-weight: bold;
	margin:4px 0px;
}
.fat3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #AF3E3E;
	letter-spacing: 2px;
}

.fatwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f5f5f5;
}

.gray2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	
}

a.white {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #EFEFEF;	
}
.kuva {
	border: 1px;
	color: #666666;
}
		
/* NAVIGOINNIN TYYLIT */
#menu {
	height: 25px;
	margin: 0em 0; padding:0 0em;
	}

div.outer {
	width: 170px; height: 25px;
	margin: 0 0px 0 0;
	background: url( 'bars.gif' ) 0 -50px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 10px/1 Verdana;
	color:#039;
	text-decoration: none;
	background: url( 'bars.gif' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 0px;
	}
div.outer a:hover {
	background-image: none;
	color: #D60029;
	}
div.outer a:active {
	background-image: none;
	color: #D60029;
	}

