/* CSS Document */

/* Global Styles */

body {
	margin:0px;
	background-image: URL('images/bg_messut.jpg');
	background-repeat: no-repeat;
	}

td {
	font:12px arial;
	color:#1c5ba2;
	}
h1 {font:12px arial;
	color:#1c5ba2;
	letter-spacing:.1em;
	font-weight:600;
	background-image:url(images/ots_bg.jpg);
	background-repeat: no-repeat;
	}
a {
	color: #1c5ba2;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
a.text {
	color: #1c5ba2;
	text-decoration:none;
	}
	
a:hover.text {
	color: #FF0000;
	text-decoration:underline;
	}
	
/* ID Styles */
	

#etusivu a {
	font:11px arial;
	color: #FF0000;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;	
	}
#etusivu a:hover {
	font:11px arial;
	color: #FF0000;
	text-decoration:underline;
	font-weight: bold;	
	font-style: italic;
	}
#osoite{
	background: URL('images/bg_osoite.jpg') top left no-repeat;
	display: none;	
	/* ie, ff ok; s ei*/
	
}
#valikko{
	display: none;	
}
/* Class Styles */

	
.osoite {
	font:11px arial;
	line-height:14px;
	color:#1c5ba2;
	vertical-align: text-top;	
	}
	
img.border	{border-top:1px solid #97b4d4;
		border-left:1px solid #97b4d4;
		border-bottom:1px solid #97b4d4;
		border-right:1px solid #97b4d4;
		}
	

