.whatsnew {
	width:230px;
	margin-left:0px;
	margin-bottom:20px;
	background-color:#fff;
	border:#666 0px solid;
}
.whatsnew p {
	margin-left:10px;
	margin-right:10px;
	line-height:12px;
	color:#333;
}
.section {
	margin-bottom:20px;
}
.whatsnew h2 {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#000;
}
.whatsnew h3 {
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 2px 10px;
	margin-bottom: 10px;
	line-height:14px;
}
.whatsnew a {
	color:#505B01;
	text-decoration:none;
}
.whatsnew a:hover {
	color:#000;
	text-decoration:underline;
}
.sublist {
	width:200px;
}
/* Accordion */
.accordionHeader {
	border-bottom: 1px solid #e5e5e5;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	color: white;
	/*background-color: #e7e7e7;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	padding: 5px;
	margin-top: 0px;
	cursor: pointer;
}
.accordionHeader a {
	color: #333;
	background: none;
	text-decoration: none;
	padding-left:10px;
}
.accordionHeader li {
	color: #fff;
	background: none;
	text-decoration: none;
	list-style:none;
}
.accordionHeader a:hover {
	background: none;
	list-style:none;
	color:#505B01;
}
.accordionHeaderTop {
	border-left: 0px solid #eee;
	border-right: 0px solid #eee;
	border-bottom: 1px solid #e5e5e5;
	color: white;
	/*background-color: #e7e7e7;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
	cursor: pointer;
}
.accordionHeaderTop a {
	color: #333;
	background: none;
	text-decoration: none;
	padding-left:10px;
}
.accordionHeaderTop li {
	color: #fff;
	background: none;
	text-decoration: none;
	list-style:none;
}
.accordionHeaderTop a:hover {
	background: none;
	list-style:none;
	color:#505B01;
}
.accordionHeaderSelected {
	color: #333;
	background-color: #e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-top: 0px;
	cursor: pointer;
	list-style:none;
}
.accordionHeaderSelected a {
	color: #333;
	background: none;
	text-decoration: none;
	padding-left:10px;
}
.accordionHeaderSelected a:hover {
	background: none;
	text-decoration:none;
	color: #333;
}
.accordionContent {
	background-color:#fff;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 0px solid #666;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	padding-left:25px;
	list-style:none;
}
.accordionContent li {
	list-style:none;
	color:#000;
}
.accordionContent a {
	color:#333;
	text-decoration:none;
}
.accordionContent a:hover {
	background:none;
	list-style:none;
	text-decoration:underline;
	color:#505B01;
}
