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