/* 
Recruit.net
ie.css
Latest revision: 22 May 2006
*/

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	/*
	voice-family: "\"}\""; 
  	voice-family: inherit;
	*/
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

* html p,
* html #main-body,
* html #topbar,
* html #locator #right,
* html #searchresults,
* html #c_bar-top,
* html #c_bar-btm,
* html #tellfriend,	
* html #quickpoll,
* html #quickpoll p
	{height: 1%;}
