/* Body */

body,td,th {
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

body {
	background-image: url(graphics/site_bg.jpg);
	background-color: #CFCFCF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.refeboxi {
	border-style: solid;
	border-width: 1px;
	border-left-width: 10px;
	border-color: #CCCCCC;
}

/* Tekstityylit */

.Leipis	{
	color: #555555;
	font-size: 12px;
	line-height: 14px;
	}
	
.RefeLeipis {
	color: #555555;
	font-size: 12px;
	}
	
.RefeOtsikko {
	color: #F28705;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}
	
.Otsikko_24B {
	color: #8E264B;
	font-weight: bold;
	font-size: 24px;
}

.Otsikko_18B {
	color: #F28705;
	font-weight: bold;
	font-size: 18px;
}

.Ingressi_14_ita {
	color: #094E72;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

.Side_uutisotsikko {
	font-size: 14px;
	font-weight: bold;
	color: #18596e;
}

.sideleipis {
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}

.SideMainOtsikko {
	font-size: 24px;
	color: #FFFFFF;
}

.SideMainLink {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
}

.yksityisille {
	color: #0c3752;
	font-weight: bold;
}

.yrityksille {
	color: #9a4f01;
	font-weight: bold;
}

.tesmi {
	font-size: 12px;
	color: #FFFFFF;
}

/* Linkkityylit */

a:link {
	color: #094E72;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #094E72;
}
a:hover {
	text-decoration: underline;
	color: #094E72;
}
a:active {
	text-decoration: none;
	color: #094E72;
}

a.Bottom:link {
	color: #555555;
	text-decoration: none;
}
a.Bottom:visited {
	color: #555555;
	text-decoration: none;
}
a.Bottom:hover {
	color: #555555;
	text-decoration: underline;
}
a.Bottom:active {
	color: #555555;
	text-decoration: none;
}

a.Top:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.Top:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.Top:active {
	color: #FFFFFF;
	text-decoration: none;
}

