/* CSS Document */body {	background-image: url(images/background.jpg);	background-repeat: repeat-y;	background-position: center;	background-color: #E89D00;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 21px;	color: #02243D;		margin-top: 0;	text-decoration: none;}	a:link {	font-family: Arial, Helvetica, sans-seriff;	font-size: 14px;	color: #02243D;	font-weight: bold;	text-decoration: none;	font-style: normal;}	a:visited {	color: #02243D;	font-weight: bold;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;}	a:hover {	color: #E89D00;	font-weight: bold;	text-decoration: underline;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;}	a:active {	color: #02243D;	font-weight: bold;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;}