@charset "utf-8";
/* CSS Document */
a {
	color: #c2795b;
}
h1 {
	color: #c2795b;
}
h2 {
	color: #c2795b;
}
h3 {
	color: #666666;
}
#poll-votes {
	margin-top: 10px;
	text-align:  right;
	font-size: 11px;
	font-weight: bold;
}
.poll-bar {
	background: #DDD;
	border: 1px solid #BBB;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	font-weight:bold;	
	color: #c2795b;
	text-align: center;
}
p {
	margin-bottom: 10px;
}
#breadcrumb a.selected,
#page #breadcrumb a.selected{
	color:#c2795b;	
}