
/* Linkkityylit */
a:link { color: #4D2D00; text-decoration: underline;
}
a:visited { color: #998E67; text-decoration: underline;
}
a:hover { color: #4D2D00; text-decoration: none;
}
a:active { color: #998E67; text-decoration: underline;
}


/* Tekstityylit */
.main_heading {
		font-family: Arial, Verdana, Times New Roman;
		font-size: 120%;
		color: 4D2D00;
		line-height: 23px;
		letter-spacing: 1px;
}
H1 {
		font-family: Arial, Verdana, Times New Roman;
		font-size: 100%;
		color: #4D2D00; 
		line-height: 20px;
		font-weight: bold;
}
H2 {
		font-family: Arial, Verdana, Times New Roman;
		font-size: 80%;
		color: #4D2D00; 
		line-height: 19px;
		font-weight: bold;
}
H3 {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 70%;
		color: #4D2D00; 
		font-weight: bold;
		line-height: 18px;
}
p {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 70%; 
		line-height: 18px;
		padding-left: 1px;
}
.imagetext {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 70%; 
		line-height: 14px;
		color: #4D2D00;
}
.factors {  
		font-size: 10px;
		line-height: 14px;
		color: #9F946F;
}
.list {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 70%; 
		line-height: 18px;
}
.bodytext {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 70%; 
		line-height: 18px;
}
.caption {
		font-style: italic;
}
.text2 {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 10px; 
}
.text3 {
		font-family: Verdana, Arial, Times New Roman; 
		font-size: 11px; 
		line-height: 18px;
}

/* Väliviivan tyyli */
hr {
		color: #C2BBA4;
}

/* Kuvatyylit */
.image {
		BORDER-TOP: #9F946F solid 1px; 
		BORDER-BOTTOM: #9F946F solid 1px; 
		BORDER-RIGHT: #9F946F solid 1px; 
		BORDER-LEFT: #9F946F solid 1px; 
}

/* Taulukon tyylit */
.table {
		BORDER-TOP: #C2BBA4 solid 1px; 
		BORDER-BOTTOM: #C2BBA4 solid 1px; 
		BORDER-RIGHT: #C2BBA4 solid 1px; 
		BORDER-LEFT: #C2BBA4 solid 1px; 
		background-color: #FFFFFF;
}


/* Lomaketyylit */
.form {
		BORDER-TOP: #ABD3B0 solid 1px; 
		BORDER-BOTTOM: #ABD3B0 solid 1px; 
		BORDER-RIGHT: #ABD3B0 solid 1px; 
		BORDER-LEFT: #ABD3B0 solid 1px; 
		FONT-FAMILY: Verdana, Arial, Times New Roman;
		FONT-SIZE: 11px; 
		COLOR: #004A6A; 
		BACKGROUND-COLOR: #DDEADA;
}
.button {
		BORDER-TOP: #DDEADA solid 1px; 
		BORDER-BOTTOM: #DDEADA solid 1px; 
		BORDER-RIGHT: #DDEADA solid 1px; 
		BORDER-LEFT: #DDEADA solid 1px; 
		FONT-FAMILY: Verdana, Arial, Times New Roman;
		FONT-SIZE: 11px; 
		COLOR: #004A6A; 
		BACKGROUND-COLOR: #ABD3B0; 
		FONT-WEIGHT: Bold;
}