/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.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:14px arial,helvetica,clean,sans-serif;color:#999999;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% "Trebuchet MS",arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * 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.4em;}

p { margin-top: 5px; margin-bottom: 5px; }

h6 {font:14px arial;font-weight:bold;color:#3399CC;line-height:1.8em;}

h5 {font:18px arial;font-weight:bold;color:#3399CC;line-height:1.8em;}

h4 {font:24px arial;font-weight:bold;color:#C5C28D;}

h3 {font:24px arial;font-weight:bold;color:#3399CC;}

h2 {font:14px "Trebuchet MS";font-weight:normal;color:#3399CC;}

h1 {font:14px "Trebuchet MS";font-weight:bold;color:#EF6242;}

/* horizontal rule */
div.hr {
height: 3px;
width: 100%;
display: block;
background: url(bluedot.gif) repeat-x;
} 


