/*-----------------------------------------------SCIE 21.09.2004@import hides styles from non-css conformant browsers ----------------------------------------------- */@import "full-default.css";body{	color: #333;	font-family: Arial, sans-serif;	background-color: white;	margin: 0px;	padding: 0px;}h1, h2, h3, h4, h5, h6, h7, p, div, form, input, td, ul, ol, li{	font-family: Arial, sans-serif;	font-size: small;}/* accesskey navigation----------------------------------------------- */div#nav-access{	margin: 0px;	padding: 0px;	height: 1px;}div#nav-access p{	color: white;	font-size: 1px;	line-height: 0px;	background-color: white;	margin: 0px;	padding: 0px;}div#nav-access a:link, div#nav-access a:visited{	color: white;	text-decoration: none;	background-color: white;}div#nav-access a:hover, div#nav-access a:active{	color: white;	text-decoration: none;	background-color: white;}