@font-face {
	font-family: 'helnreg';
	src: url('helveticaneue-webfont.eot?') format('eot'), 
	     url('helveticaneue-webfont.woff') format('woff'), 
	     url('helveticaneue-webfont.ttf')  format('truetype'),
	     url('helveticaneue-webfont.svg#helveticaneue-webfont') format('svg');
}

.helnreg {
	font-family: 'helnreg', helvetica, arial;
}

.opacity-effect:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

body {
	font-family: 'helnreg', helvetica, arial;
	font-size:12px;
	color:#000;
	line-height:14px;
	overflow:hidden;
}