@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16.2px;
	color: #FFF;
	margin: 0px;
	background-color:FFF;
}
a.survey:link{
	color:#FFF;
	text-decoration:underline;
	background:#C00;
	font-size:14px;
	}
a.survey:visited{
	color:#FFF;
	text-decoration:underline;
	background:#000;
	font-size:14px;
	}
