body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #ffffff;
}

h1 {font-family: times, impact, sans-serif;
	font-size: 16pt;
      	color: #FFFFFF;	
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0; 
}

h2 {font-family: times, impact, serif;
	font-size: 12pt;
      	color: #FFFFFF;	
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0; 
}

h3 {font-family: times, impact, serif;
	font-size: 20pt;
      	color: #FFFFFF;	
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0; 
}

td {font-family: helvetica, impact, sans-serif;
	font-size: 10pt;
      	color: #FFFFFF;	
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0; 
}

p {font-family: helvetica, impact, sans-serif;
	font-size: 10pt;
      	color: #FFFFFF;	
	font-weight: normal;
	margin-top: 15; 
	margin-bottom: 15; 
}

li {font-family: helvetica, impact, sans-serif;
	font-size: 12pt;
      	color: #FFFFFF;	
	font-weight: normal;
	margin-top: 15; 
	margin-bottom: 15; 
}

fieldset {
	border: solid 0px #666666;
	width: 255px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
	color: #000000;
	background: #C0C0C0;
	border: 0px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}

.gbp {font-family: helvetica, impact, sans-serif;
	font-size: 12pt;
      	color: #FFFFFF;	
	font-weight: normal;
	margin-top: 15; 
	margin-bottom: 15; 
}

.vote {
	margin-top: 4px;
	padding: 0 0 0 0;
	color: #FFFFFF;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
	color: #FFFFFF;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

input.submit {
	color: #000000;
	background: #C0C0C0;
	border: 2px outset #cccccc;
}

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.pollDescriptionCell {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.pollCountCell {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #ff0000;
	color: #FFFFFF;
}

#pollBar2 {
	background: #00ff00;
	color: #FFFFFF;
}

#pollBar3 {
	background: #0000ff;
	color: #FFFFFF;
}

#pollBar4 {
	background: #ffff00;
	color: #FFFFFF;
}

#pollBar5 {
	background: #00ffff;
	color: #FFFFFF;
}

#pollBar6 {
	background: #ff00ff;
	color: #FFFFFF;
}

#fade2 {
  background:#000000;
}


