@charset "utf-8";
/*! $Id: fonts-min.css 8252 2010-02-03 13:46:13Z bhillebrand $ */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @author	Yahoo! Inc., www.ignitiongroupe.com
 * @version	2.7.0
 * @module	reset
 * @namespace
 * @requires
 */

body {
	font: 13px / 1.231 arial, helvetica, clean, sans-serif;
}

select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}