/* CSS Document */body {	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, sans-serif;	font-size: 11px;	line-height: 16px;	color: #333;	margin: 0px;	padding: 0px;	background: #65c7d9;}/* The following two styles center content both horizontally and vertically on stage *//* styles for IE 5 Mac */#horizon {	background-color: transparent;    position: absolute;    top: 20px;    left: 20px;}/* following rules are invisible to IE 5 Mac\*/#horizon {	background-color: transparent;	position: absolute; 	top: 50%; 	left: 0px; 	width: 100%;	text-align: center;	min-width: 790px;	margin-top: -300px; }/* end IE 5 hack */ #wrapper {	text-align:center;	position: relative;	margin: 0px auto;	width: 790px;	height: 530px;	border: 1px solid #ACACAC; } .shadow { 	float:left; 	background: url(../images/shadow.png) no-repeat bottom right !important; 	background: url(../images/shadow.gif) no-repeat bottom right; 	margin: 10px 0 0 10px !important; 	margin: 10px 0 0 5px;}.shadow img, .shadow object { 	display: block; 	position: relative; 	/* background-color: #fff; */ 	/* border: 1px solid #999; */ 	margin: -6px 6px 6px -6px; 	/* padding: 4px;*/}h1 {	font-size: 11px;	font-weight: bold;	margin-top: 0px;}a:link, a:visited, a:hover {	color: #FFF;	text-decoration: none;}a:hover {	border-bottom: dotted 1px #0e5d5d;}.textArea {	margin: 15px;}.miniText {	font-size: 10px;	margin: 8px 0px;}
