/* CSS Document */#chart {	margin-right: 10px;	float: left;	margin-top: 5px;	margin-bottom: 10px;	margin-left: 0px;}p {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #000099;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-weight: bold;	color: #000099;	text-align: center;}li {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #000099;	list-style-position: outside;	list-style-image: url(../../images/blue_button.gif);}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #000099;	text-align: center;}#csstabs ul {	margin: 0 ;	padding: 0 ;	list-style: none ;	display: inline ;}#csstabs ul li {	margin: 0 ;	padding: 0 ;	display: inline ;	text-align: center ;	list-style: none ;}#csstabs li a {	color: #666666;	background-color: #ccffcc ;	border: 1px outset #999999 ;	padding: 8px ;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	text-decoration: none ;	display: inline ;}#csstabs li a:hover {	color: #000000;	background-color: #CCCCCC;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	border-top-color: #000000;}