/*
	This file should be touched very little...only to deal with font elements
		(and a few colors for simplicity). All font issues should be addressed here.
		
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
/*
pixels / %
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
*/
/* !!! do not change this block...it establishes everything we do after */
body {
	font:13px arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif;
	color:#000;
}

table, p, div {	font-size:inherit;font:100%;}

select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }

pre, code { font:115% monospace; *font-size:100%; }

body * { line-height:1.22em;}

/* okay to change from here down... */
/* overriding above to get default of 12px font */
#content { font-size:92%;_font-size:88%; }
td { font-size:inherit; }

/* headers */
h1 { font-size:152%; }
h2 { font-size:144%; }
h3 { font-size:136%; }
h4 { font-size:129%; }
h5 { font-size:118%; }
h6 { font-size:107%; }

.header1 { font-size:174%; font-weight:bold; }
.header2 { font-size:230%; font-weight:bold; }
.header3 { font-size:182%; font-weight:bold; }
.pageHeader .header1 { font-size:152%; }

.color1 { color:#46B046; } /* green */
.color2 { color:#666; } /* gray */
.color3 { color:#333; } /* dark gray */
.color4 { color:#336699; } /* blue */
.color5 { color:#ccc; } /* light gray */
.color6 { color:#333399; }
.color7 {  color:#339933; } /* darker green */
.color8 { color:#009900; }
.color9 { color:#092F9E; }
.color10 { color:#2A5986; } /* variant of 336699 */

.footer { font-size:77%; }

/* default links */
a:link, a:visited, a:hover, a:active { color:#2A4A83;text-decoration:none; }
a:hover { text-decoration:underline; }

#subnav a.subnav, #footer #footerSubnav a.subnav {
	font-family:Myriad Pro, Lucida, Arial, Helvetica;
	font-weight:bold;
	font-size:90%;
}

#subscribeMenu { font-size:85%; }
