/* CSS Document */body {	height: 100%;	width:auto;	margin: 0;	padding: 0;	background-color: #FFF;	color:#000;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;        line-height: 18px;/*        position: absolute;         top: 0px; left: 0px; */	}#popbox {	width:540px;	height:auto;	overflow:auto;	margin: 0;    padding:20px;}//*NAVIGATION*//	a {	text-decoration: none;}a:link {	color: #000;	text-decoration: none;}a:visited {	color: #000;	text-decoration: none;}a:hover, a:active  {	color: #007D89;	text-decoration: underline;}a:visited, a:hover, a:active  {	border: 0px;}