
/* ---------------- overall layout ---------------- */

table.layout{
	width:870px;
	height: 100%;
}



/*-------------------  content -------------------- */

img{ border-width: 0px; }

body,h1,h2,h3{font-family: sans-serif;}
code{font-family: monospace; font-weight:bold;}
samp{font-family: monospace; color: brown; }

var{	
font-family: monospace; color: black; font-weight:bold;
font-style:normal;
background-color:white; padding: 3px; border: 1px solid gainsboro;
}

kbd{
	font-family:monospace; color: midnightblue; font-weight:bold; 	background-color:whitesmoke; padding: 3px; border: 1px solid gainsboro;
}
sup{font-size:9px; color:darkgray; }

.data tbody td{
	padding: 5px;
	background-color:whitesmoke;
	
}

.data thead td {
	background-color:black;
	color:white;
	font-weight: bold;
	vertical-align: center;
}
.news{
	font-size:16px;
	font-weight:bold; 
	background-color:whitesmoke;
	width:100%;
	margin-bottom:16px;
	margin-top:24px;
}
.date{
	text-align:right;
}

.changes li{
  margin-bottom:16px;
}

/* ---------------- legal notice ------------------ */

.legal{
	font-family: serif;
	color: darkgray;
	font-size: 12;
	vertical-align: bottom;
	text-align: left;
	background: whiteSmoke;

}