/*Define tamanho e fonte por defeito e permite trabalhar em percentagens em vez de pxs para normalizar em ambos os browsers -->
		
		Tabela de equivalências
			px    %
			#######
			 9   71
			10 	 77
			11 	 85
			12 	 92
			13 	100
			14 	107
			15 	114
			16 	122
			17 	129
			18 	136
			19 	144
			20 	152
			21 	159
			22 	167
			23 	174
			24 	182
			25 	189
			26  197
*/
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.11.3 */
body 
{
	font:13px arial;
	*font-size:small;
	*font:x-small;
}
table 
{
	font-size:inherit;
	font:100%;
}
select, input, textarea 
{
	font:99% arial;
}
pre, code 
{
	font:115% monospace;
	*font-size:100%;
}
body * 
{
	line-height:1.22em;
}