/* Body */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
}
body {
	background-color: #1C1C1C;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.kuva {
	margin: 5px;
}

.kuva_topbottom {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Tekstityylit */

.Leipis	{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 15px;
	}
	
.Otsikko_24 {
	color: #FC8800;
	font-size: 24px;
	line-height: normal;
}

.Otsikko_18 {
	color: #FC8800;
	font-size: 18px;
}

.Ingressi_14_ita {
	color: #e03701;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 16px;
}

.huomio_txt {
	color: #e03701;
	font-weight: bold; 
}

.copy	{
	color: #FFFFFF;
	font-size: 8pt;
	}

/* Linkkityylit */

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


a.BottomLink:link {
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}
a.BottomLink:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}
a.BottomLink:hover {
	font-size: 9pt;
	text-decoration: underline;
	color: #FC8800;
}
a.BottomLink:active {
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}
