/*
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.2.0
	
	Read more here:
	http://developer.yahoo.com/yui/fonts/
	
	Note: Yes, we at Geniant realize some of this code causes
	validation errors, but have deemed it acceptable in order
	to achieve full, cross-browser and cross-OS font support.
*/

body
{
	font: 14px Arial, Helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}

table
{
	font-size: inherit;
	font: 100%;
}

select, input, textarea
{
	font: 99% Arial, Helvetica, clean, sans-serif;
}

code
{
	font: 95% monospace;
	*font-size: 90%;
}

body *
{
	line-height: 1.4em;
}