
/*
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 arial,helvetica,clean,sans-serif; }
* html body{
font-size:small; 

}
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%; }

* html pre, * html code, * html kbd, * html samp, * html tt{
font-size:108%; 
line-height:99%; 
}

/* -- General Text Design -- */

h1 {
	font-size:131%;
	font-weight:bold;
}

h2{
	font-size:108%;
	font-weight:bold;
	margin: 0 0 10px 0;
}

h3{
	font-size:100%;
	font-weight:bold;
}

h4{
	font-size:93%;
	font-weight:bold;
}

h5{
	font-size:93%;
	font-weight:normal;
}

h6{
	font-size:93%;
	font-weight:normal;
}

p{
	font-size: 93%;
	margin: 0 0 10px 0;
	line-height: 120%;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc outside;
	font-size: 93%;
}

li {
	margin: 0 0 10px 0;
}

ul ul {
	font-size: 100%;
	margin: 0 0 0 10px;
}

ul ul li{
	margin: 0;
}