/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22 verdana,helvetica,clean,sans-serif;}
table {font-size:inherit;font-size:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;line-height:99%;}

/* -- General Text Design -- */
strong { font-weight: bold;}
em { font-style: italic; }
small { font-size: 80%; }

h1 {
	color: #494a4c;
	font-size: 2.32em;
	font-weight: bold;
	margin: 0 0 7px
}
.home h1 {
	font-size: 1.75em;
	margin: 0 0 3px;
	color:#999;
}
h2, h3, h4, h5, h6 { margin: 15px 0 10px; }
h2 {
	color: #c36;
	font-size:1.8em;
	font-weight:bold;
}

h3{
	color: #39c;
	font-size:1.5em;
	font-weight:bold;
}

h4{
	font-size:1.3em;
	font-weight:normal;
}

h5{
	font-size:1.2em;
	font-weight:normal;
	font-style: italic;
}
h6{
	font-size:1.1em;
	font-weight:normal;
}

#contentWrapper p, #contentWrapper ul{
	font-size: 1.1em;
	color: #000;
	margin: 0 0 10px 0;
}
#mainContent p, #mainContent ul, #mainContent ol { font-size: 1.1em; }
#mainContent #textContent ul, #mainContent #textContent ol { margin-left: 27px !important; }
#mainContent #textContent li { margin-bottom: 4px; }
#mainContent #textContent ul li { list-style: disc; }
#mainContent #textContent ol li { list-style: decimal; color: #000; }
#mainContent #textContent li ul, #mainContent #textContent li ol { font-size: 1em; }
a {
	text-decoration: none;
	color: #39c;
}

a:hover {
	text-decoration: none;
	color:#e93b7b;
}
a:focus, a:active {
	outline: 1px dotted;
}
#pageWrapper #extraContent h2 {
	color:#000;
	font-size: 1em;
	font-weight: normal;
	margin:2px;
}
table th {
	color:#000;
	font-size: 1.7em;
	font-style:normal;
	font-weight:bold;
	margin:15px 0 10px 4px;
	text-align:left;
}

