/* CSS Document */#whatsnew {	font-size:14px;	margin:0px auto;	border-top:#999999 1px solid;	border-right:#999999 2px solid;	border-bottom:#999999 2px solid;	border-left:#999999 1px solid;}#whatsnew h1 {	font-size:16px;	font-weight:bold;	color:#339900;	background:#CCCCCC;	margin-top:0px;	padding: 3px 0 3px 5px;}#whatsnew div.section  {	padding-left:10px;	margin-top:5px;}#whatsnew div.section h2 {	font-size:13px;	font-weight:bold;	background:#EFEFEF;	border-bottom:#CCCCCC 1px solid;	padding:3px;	margin:0 10px 0 0;}#whatsnew div.section p {	font-size:12px;	font-weight:bold;	color:#333333;	padding:5px 0 0 10px;	margin:0;}#whatsnew div.section p span{	font-size:12px;	font-weight:normal;	padding-left:4px;}#whatsnew div.section p a:link {	color:#0033a5;	text-decoration : underline;	margin-left:5px;	font-weight:normal;}#whatsnew div.section p a:visited {	color:#0033a5;	text-decoration : underline;	margin-left:5px;	font-weight:normal;}#whatsnew div.section p a:hover {	color:#339900;	background-color:#CCCCCC;	margin-left:5px;	font-weight:normal;}