<!-- 
body {
	font-family: 'Trebuchet MS', Verdana, Arial; 
}
#titulo{
	font-size:       16pt;
	font-weight:     bold;
	margin-top: 20px;
	color: #cc3333;
}
		      
.rc_Ballot {
	width: 400px;
	text-align: left;
	/*border: 1px solid #B2AA92;*/
	border-right: 1px solid #B2AA92;
	border-left: 1px solid #B2AA92;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 20px;
	color: #827B9F;
	
}
.rc_Ballot *{
	color: #B2AA92;
}

.rc_Question{
	font-weight: bold;
	color: #003366;
}
	
.rc_Choice {
	font-size: 8pt;   
}
    
.rc_Radio{
}

A:link.rc_Results,A:visited.rc_Results{
	font-size: 8pt;
	font-weight: bold;
	color: #cc3333;
}

.rc_Submit{
	
	color: #000;
}              

.rc_Image{
}

.rc_Count{
	font-size: 8pt;
	font-weight: normal;
}

.rc_Percent{
}

.enc_Ballot {
	text-align: left;
	color: #827B9F;
}
.enc_Ballot *{
	color: #F9D060;
}
    
.enc_Question{
	
	font-size: 8pt; 
	font-weight: bold;
	line-height: 10px;
	position: relative; 
	margin-left:30px;
	margin-right: 4px;
	margin-top:15px;
	margin-bottom: 2px;
	color: #FAEEBB;
}
	
.enc_Choice {
	font-size: 8pt;   
	font-weight: bold;
}
    
.enc_Radio{
}

.enc_Results
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #FAEEBB;
}
a:link.enc_Results ,a:visited.enc_Results,a:hover.enc_Results
{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.enc_Submit{
	font-weight: bold;
	text-align: center;
	border-width: 0px;
	margin-top: 5px;
	color: #FAEEBB;
	background-color: #D30504;
}              

.enc_Image{
}

.enc_Count{
	font-size: 8pt;
	font-weight: normal;
}

.enc_Percent{
}

-->