body{
	font-family: Arial;
	font-size: 12px;
	line-height:16px;	
	margin: 45px 0 0 0;
	background: #E5E5E5 url(../images/body_tausta.jpg) repeat-x;
}

table{
	font-family : Arial;
	font-size: 12px;
	line-height:19px;	
	background-repeat: repeat-y;
}

.content{
	text-align: left;
}

.alateksti{
	font-family : Arial;
	font-size: 11px;
	background-repeat: repeat-x;
	color: #fff;
}

h1,h2,h3{
	font-family : Georgia, Arial;
	font-weight: bold;
	color: #16792E;
}
h1{
	font-size: 14px;
}
h2{
	font-size: 12px;
}
h3{
	font-size: 12px;
	font-weight: normal;
}


input, select, textarea{
	font-family : Arial;
	font-size: 12px;
}
	
hr { height:1; background-color: #FBB501; color: #FBB501; width: 100%;} 


a:hover { text-decoration: none; font-weight:normal; font-size:12px; font-family: arial; color: #0F6D25; }
a { text-decoration: underline; font-weight:normal; font-size:12px; font-family: arial; color: #0F6D25; }


#navigation{
	list-style: none;
	margin: 0;
	padding: 0 0 0 9px;
}

#navigation li{
	display: block;
	float: left;
}

#navigation li span.divider{
	color: #fff;
	padding: 0 6px;
}


#navigation li a { text-decoration: none; font-weight:bold; font-size:11px; font-family: arial; color: #000; }
#navigation li a:hover { text-decoration: none; font-weight:bold; font-size:11px; font-family: arial; color: #fff; }
#navigation li.selected a{
	color: #fff;
}

.button{
	background: #FCB501;
	color: #fff;
	font-weight: bold;
	/* Korjataan IE:n liian leveä nappi -bugi*/
	margin:0;padding:1px 3px;width:auto;overflow:visible;
}


.required{
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	color: #f00;
	font-weight: bold;
}

.message p{
	font-weight: bold;
	color: #DF9E02;
}

.register td{
	text-align: left;
	padding-right: 3px;
}
