.newsHeading {
	color: #1C026D;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: .1em;
}

.newsHeading a, .newsHeading a:visited {
	color: #1C026D;
	text-decoration: none;
}

.newsPollHeading, .newsPollResultsTitle {
	color: #1C026D;
	font-size: 110%;
	font-weight: bold;
	margin-top: .3em;
	margin-bottom: .2em;
}

.smallerItalics {
	font-size: 85%;
	color: #7D6EA7;
	font-style: italic;
}

.newsPollResults {
	margin-top: 10px;
	width: 250px;
	margin-left: 10px;
}

.newsPollVoteBar {
	border: 1px solid #1C026D;
	background-color: #F6F3FA;
	float: left;
	margin-right: 5px;
	text-align: center;
}

.newsPollVoteBarPercentage {
	color: #1C026D;
	font-weight: bold;
}

.clearBoth {
	clear: both;
	margin-bottom: 5px;
}

.newsInput {
	width: 60%;
}