/* CSS Document */.wrapper {	position: relative;	height: auto;	width: 800px;	z-index: 1;	border: thin none;	margin-left: -400px;	visibility: visible;    background-color: #000000;}body {	background-color: #CCCCCC;	background-image: url(images/bkg2.jpg);}.style1 {	font-family: Arial, Helvetica, sans-serif;	color: #173A0E;	font-size: 15px;	line-height: 19px;}.style2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: italic;	font-weight: bold;	color: #173A0E;	line-height: 15px;}.style3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	font-style: italic;	font-weight: bold;	color: #173A0E; }a:link {	color: #173A0E;	text-decoration: underline;}a:visited {	text-decoration: none;	color: #173A0E;}a:hover {	text-decoration: none;	color: #588F49;}a:active {	text-decoration: none;	color: #173A0E;}