/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body { font:13px verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * { line-height:1.22em; }

/* -------------------------------------------------------------------------- P, OL, UL */

#header p, #leftcol p, #content p, #footer p { font-size: 85%; }

/* -------------------------------------------------------------------------- H1, H2, H3 */

h1, h2, h3, h4, h5, h6 { font-family: arial,helvetica,clean,sans-serif; }

h1 { color: #666; font-size: 167%; font-weight: normal; }
h2 { color: #666; font-size: 136%; font-weight: normal; }
h3 { color: #666; font-size: 114%; }
h4 { color: #666; font-size: 100%; font-weight: normal; }
