	body {
		margin:12px 12px 12px 12px;
		font-size: 8pt;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-weight: normal;
		background-color: #eee;
		color: #555;
		}
	
	img{ 
		vertical-align: bottom;		
		}
		
	a:link {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:visited {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		color: #FF9900;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:active {
		color: #FF9900;
		background: #333333;
		text-decoration: none;
		font-weight: bold;
	}
	

#main {
	position: absolute;
	width:720;
	top:20px;
	padding: 10px;
	}

		
#concerns {
	position: absolute;
	left:35%;
	width:50%;
	top: 400px;
	background:#ccc;
	z-index: 99;
	visibility: hidden;
	padding: 10px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	}	

#results {
	background:#ccc;
	padding: 10px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	}	

.participants {
	font: x-small verdana, arial, sans-serif;
	color: #555;
	}

