body,p,td
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 145%;
	}

.poll_table
	{  
		padding-top: 0px; 
		padding-right: 0px; 
		padding-bottom: 0px; 
		padding-left: 0px; 
		border: #000000; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
	}
	
.poll_head 
	{  
		font-size: 15px;
		line-height: 145%;
		color: #91B950;
		margin-top: 8px;
	}

.poll_question
	{  
		font-size: 11px; 
		color: #000000;
	}

.poll_answer_unselected 
	{  
		font-size: 11px; 
		color: #000000;
	}

.poll_answer_selected 
	{  
		font-size: 11px; 
		color: #0000FF;
	}

.poll_percentage_unselected 
	{  
		font-size: 11px; 
		color: #000000;
		font-weight: bold; 
	}

.poll_percentage_selected 
	{  
		font-size: 11px; 
		font-weight: bold; 
		color: #0000FF;
	}

.poll_stemlink
	{  
		font-size: 13px; 
		font-weight: bold; 
		color: #AAAAAA;
		text-decoration: none;
	}