.radio
{
	border: 0px solid #FFFFFF;
}

/* Bar Graphs */
.graph
{
	width: 250px;
	position: relative;
	right: 30px;
}

.bar-title
{
	position: relative;
	float: left;
	width: 104px;
	line-height: 15px;
	margin-right: 17px;
	font-weight: bold;
	text-align: right;
}

.bar-container
{
	position: relative;
	float: left;
	width: 110px;
	height: 10px;
	margin: 0px 0px 15px 0px;
}

.bar-container div
{
	background-color: #000000;
	height: 15px;
}

.bar-container strong
{
	position: absolute;
	right: -32px;
	top: 0px;
	overflow: hidden;
}