body {
	font-family: \"Lucida Sans Unicode\", \"Lucida Grande\", helvetica, Arial, sans-serif;
	color: #663300;
	font-size: 12px;
}

h1, h2, h3, h4{
	font-family: \"Lucida Sans Unicode\", \"Lucida Grande\", helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #cc0033;
	padding: 0 10px 0 10px;
	margin: 0;
}

h2{
	font-size: 14px;
	margin: 5px 0 5px 0;
}

h3{
	font-size: 13px
	margin: 5px 0 5px 0;
}

p{
	padding: 0 10px 0 10px;
}

a{
	text-decoration: none;
	color: #663300;
}

a:visited{
	text-decoration: none;
	color: #663300;
}

a:hover{
	text-decoration: none;
	color:  #cc0033;
}

/**** SIVUOTSIKKO TABLE****/
.sivuotsikko-table{
	width: 100%;
	height: 105px;
	color:#CC0033;
	font-size:18px;
	vertical-align: top;
	margin: 0;
}

.sivuotsikko-table tr td, .sivuotsikko-table tr td.vakio-bg{
	padding-left: 10px;
	border-bottom: 1px solid #ffcc33;
}

.sivuotsikko-table tr td.vakio-bg{
	background: transparent url(../../images/sampyla.gif) no-repeat right;
}

/********* LOMAKKEET **********/
input.button{
	background: url(../../images/button_bg.jpg) repeat-x;
	border: none;
	border-right: 1px solid #9f8a3b;
	border-bottom: 1px solid #9f8a3b;
	height: 22px;
	color: white;
	font-weight: normal;
	margin-top: 2px;
	font-size: 98%;
}

input.text{
	
}

input.pikahakutext{
	width: 180px;
	padding: 2px;
	font-size: 95%;
}


