html {
	width: 100%;
	margin: 0px;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38393c;
	text-align: center;
	line-height: 19px;
}

.leipis {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38393c;
	line-height: 17px;
	
}

.pienileipis {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38393c;
	line-height: 15px;
}

#page{
	margin: 0px auto;
	position: relative;
	width: 1008px;
	display: block;
	padding-bottom: 20px;
}

img{
	border: 0px;
}


h1{
	font-size: 26px;
	font-weight: normal;
	color: #1e2024;
	margin-top: 3px;
	line-height: 30px;
	margin-bottom: 8px;
}

h2{
	font-size: 19px;
	color: #5a5b5e;
	font-weight: normal;
	margin-top: 3px;
}

h3{
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5a5b5e;
	font-weight: normal;
	margin-top: 3px;
	line-height: 21px;
}

h4{
	font-size: 18px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
}

h5{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333437;
	font-weight: bold;
	line-height: 21px;
	background-color: #f9eedd;
	padding: 6px;
}
p{
	margin-top: 16px;
	margin-bottom: 16px;
}

a{
	color: #98ab2d;
	text-decoration: none;
}

a:hover{
	color: #5c7d00;
	text-decoration: none;
}

.ingressi{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 23px;
	color: #5a5b5e;
}

input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6e9400;
	font-size: 11px;
	background-color: #FFFFFF;
	border: solid 1px #d1cbbb;
	padding: 6px;
}


input.image {
	border: 0px;
	background-color:#f9eedd;

}
