html, body {
	height:101%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}
html {
	font-size:10px;
	font-size:0.625em;
}

body {
	font-size:16px;
	font-size:1.6em;
	font-family: 'Exo 2', sans-serif;
	color:#000000;
}



table, td {
	font-size: 1em;
	font-weight:inherit;
}

#sisalto, #editor1, #editor2, #editor3, #editor4 {
	font-size:1.6rem;
	line-height:1.5;	  
	color:#000000;
}
#sisalto table {
	line-height:1.5em;
}
#sisalto table {
	vertical-align:top; 
}

#sisalto a   { color: #16478E; text-decoration: underline; }
#sisalto a:hover { text-decoration: none;  }



h1 {  
	font-size:2.25em; 
	
	margin:0em 0em 0.4em 0em;
	line-height:normal;
	font-weight:normal;
}
@media only screen and (max-width:800px) {
	h1 {  
		font-size:1.5em; 
		font-weight: bold;
	}
}

h2 {
	font-size: 1.27em; 
	font-weight: bold;
	margin:0em 0em 0.2em 0em;
	line-height:normal;	
}
h3{
	font-size: 1.1em; 
	font-weight: bold; 
	margin:0em 0em 0.3em 0em;
	line-height:normal;	
}
h4{
	font-size: 1em; 
	font-weight: bold; 
	margin:0em 0em 0em 0em;
	line-height:normal;	
}
p {
	font-size: 1em;
	margin:0em 0em 1em 0em;
}

ul{
	margin: 0em 0em 1em 3em; 
	padding: 0em; 
}
ol { 
	margin: 0em 0em 1em 3em; 
	padding: 0em; 
} 
li {
	font-size: 1em;
	vertical-align:middle;
}
#sisalto ul {
	margin:0em 0 1em 2em;
	padding:0;

}
#sisalto ul {
	margin:0 0 1em 1.5em;
	padding:0;
	list-style:disc;
}

#sisalto ul li {
	/*
	background-image:url(bullet-viiva.gif);
	background-repeat:no-repeat;
	padding:0 0 0 16px;
	margin: 0;
	*/
	padding:0;
	margin:0;
}


sup,sub {	
	height:0;	
	line-height: 1em;	
	vertical-align: baseline;	
	/*_vertical-align: bottom;	*/
	position: relative;	
	font-size:0.91em;
}
sup { bottom: 0.3em;}
sub { top: .2em;}

input {
	font-size: 1em; 
	font-weight: normal;
}
textarea {
	font-size: 1em; 
	font-weight: normal;
}
hr {  
	border: 0;
	height: 1px;
	background-color: #eaeaea; 
	color: #eaeaea; 
	clear:both;
}
blockquote {
	margin:0em 0em 0em 2em;
}
#sisalto table td, #editor1 table td, #editor2 table td, #editor3 table td, #editor4 table td  {
	vertical-align:top; 
}
#sisalto table th, #editor1 table th, #editor2 table th, #editor3 table th, #editor4 table th  {
	vertical-align:top; 
	text-align:left;
}
#editor1 table td, #editor2 table td, #editor3 table td, #editor4 table td, #editor1 table th, #editor2 table th, #editor3 table th, #editor4 table th  {
	border: 1px #cccccc dotted; 
}
#sisalto table tr th, #editor1 table tr th, #editor2 table tr th,  #editor3 table tr th, #editor4 table tr th {
	background-color:#cccccc;
	color:#000000;
}
#editor2   {
	font-weight: bold;
}
#editor2 table td  {
	font-weight: bold;
}


.x_img_left {
	margin: 0.4em 1em 0.5em 0em;
	float:left;
}
.x_img_right {
	margin: 0.4em 0em 0.5em 1em ;
	float:right;
}