a { 
	color: #0033CC;
	text-decoration: underline;
}
a:active { 
	color: #FF3300;
	text-decoration: none;
}
a:hover { 
	color: #FF3300;
	text-decoration: none;
}
a:visited { 
	color: #003399;
}
a:visited:hover { 
	color: #FF3300;
	text-decoration: none;
}
body { 
	background: #EEEEEE url('../../eng/images/backgrsider.jpg') repeat-x top left;
	font-family: arial, tahoma;
	font-size: 10pt;
}
p, td { 
	font-family: arial, tahoma;
	font-size: 10pt;
}
.ButtonB {
	background-color: #336699;
	border-style: outset;
	border-width: 1;
	color: #FFFFFF;
	font-size: 8pt;
}
.PollHeading {
	border-bottom: #FFCC00 1px solid;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.PollChoice  {
	color: #333333;
	font-size: 8pt;
}
.Ruler { 
	font-size: 8px;
	height: 8px;
}
.Small { 
	font-size: 8pt;
}
