.peTitle {
	text-align: left !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.peOptions { padding: 10px 5px 15px !important; }
.peWidget { 
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border: 1px solid #ccc !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color: #444 !important;
}
.peBranding { 
	display: none;
/*	text-align: right !important;*/
}
.peBranding img {
	height: 30px;
}
.peChartBar{
	background-color:  #036;
}
.peChartDataLabel{
	color:  #fff;
}
.peOption {
	background-color: #eee !important; 
	border: 1px solid #ddd;
	margin: 10px !important;
	padding: 5px 15px !important; 
	color: #003366 !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	text-decoration: none !important;
}
a.peOption:hover {
	color: #fff !important;
	background-color: #003366 !important;
}