/*
 HERE STARTS THE PART FOR THE VOTE-STYLES
*/
TABLE.VoteStyle
	{
	
	}
	
TD.VoteStyle
	{
	
	}
	
SPAN.VoteHeadline
	{
		font-size		:11px;
		font-weight		:bold;
	}
	
SPAN.VoteQuestionText
	{
	
	}
	
SPAN.VoteDescriptionText
	{
	
	}

SPAN.VoteAnswer
	{
	
	}
	
.VoteButtonStyle
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-weight		:bold;
		font-family		:Verdana,Arial;
	}

