
	body
	{
		background-image: none;
	}

/* All content */
	div.main_container {
		background: #ffffff;
		position: relative;
		overflow: visible;
		text-align: left;
		width: auto;
		border: 0;
		margin: 10px;
		padding: 10px;
	}
	
	
/* Both left and right */	
	div.main_table {
		border-top: 0;
		padding: 0;
		margin: 0;
		clear: both;
		background: none;
	}
	
	
	
/* Footer (copyrights) */
	div.footer {
		background-image: url(pic/sininen_palkki.png);
		background-repeat: repeat-x;
		color: #193f8c;
		padding-top: 10px;
		font-size: 9pt;
		padding: 2px;
		margin: 0;
		text-align: left;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	div.footer p#contact1 {
		font-weight: bold;
		display: inline;
	}
	
	div.footer p#contact2,
	div.footer p#contact3
	{
		margin-left: 10px;
		font-weight: normal;
		display: inline;		
	}
	
	div.footer p#changing {
		float: right;
		color: black;
		font-weight: normal;
		display: inline;
	}
	div.footer p {
		margin: 0;
		padding: 0;
	}
	div.footer a {
		color: #193f8c;
		text-decoration: none;
	}
div.main_content {
	margin-left: 0px;	
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

div.title {
	position: relative;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14pt;
	color: #003793;
		text-transform: uppercase;
		border-bottom: 2px solid #b2b2b2;
	margin-bottom: 5px;
	color: #003793;
	font-style: normal;
}
