/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px arial,helvetica,clean,sans-serif;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
	font:115% monospace;
}

/**
 * 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;}

em, i{font-style:italic;}
strong, b{font-weight:bold;}

/******************************************
*
******************************************/
h1,h2,h3,h4,h5,h6{
	margin:.5em 0;
}	

h1{
	font-size:200%;	
}
h2{
	font-size:170%;
}
h3{
	font-size:135%;
}
h4{
	font-size:100%;
}
h5{
	font-size:90%;
}
h6{
	font-size:80%;
}
p{
	margin:.5em 0 .5em 0;
}

ul{
	list-style:disc;
	margin:0 0 0 1em;
}
ol{
	list-style:decimal;
	margin:0 0 0 1em;
}
li{
	margin:0 0 0 1em;
}
.clear{
	height:0px; clear:both; display:block; font-size:0px; line-height:0;
}
