
/***********************************************************************

 	This code is taken directly from yahoo to standardize the font sizes 
	and precent nesting issues since we use relative font sizes 
	This stylesheet is imported into all official template stylesheets.  
	---------
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.2.2
	
	CONTENTS:
		HTML TAGS
		---------
		body,  code,  input,  pre,  select, table,  textarea
		
/************************************************************************/



/*****************************************

               HTML TAGS  
				   
*****************************************/


body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font: x-small;
	*font-size: small;
	}
	
body * {
	line-height: 1.22em;
	}
	
pre, code {
	font: 115% monospace;
	*font-size: 100%;
	}
	
select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
	}
	
table {
	font: 100%;
	font-size: inherit;
	}