/* All the pages */
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/layout/pollBack.jpg) fixed #000000;
}

a:link 
{
	color: #000000;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #000000;
}

a:hover 
{
	text-decoration: underline;
	color: #CCCCCC;
}

a:active
{
	text-decoration: none;
	color: #666666;
}

.article
{
	font-size: 12px;
}

#submit, #reset
{
	background-color: #666666;
   	border-color:#666666;
	display:inline-block;
	color: #FFFFFF;
	display: -moz-inline-box;
}

#results, #percent
{
	font-size: 10px
}