/* CSS Document */


/**
 * 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.231 arial,helvetica,clean,sans-serif;}

/**
 * Bump up IE to get to 13px equivalent
 */

h1 {
	/*18px via YUI Fonts CSS foundationfont-size:138.5%;*/
	font-size:123.1%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6{
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	text-align:left;
	
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;

}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
