/* Reset elements to normal for content */
div.content div.text h1,
div.content div.text h2,
div.content div.text h3,
div.content div.text h4,
div.content div.text h5,
div.content div.text h6 				{ font-weight: normal; }

div.content div.text h1 				{ font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
div.content div.text h2 				{ font-size: 2em; margin-bottom: 0.75em; }
div.content div.text h3 				{ font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
div.content div.text h4 				{ font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
div.content div.text h5 				{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
div.content div.text h6 				{ font-size: 1em; font-weight: bold; }

div.content div.text p           		{ margin: 0 0 1.5em; }

div.content div.text img.aligncenter 	{ float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
div.content div.text img.alignleft      { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
div.content div.text img.alignright 	{ float: right; margin: 0 0 1.5em 1.5em; padding: 0; }

div.content div.text blockquote  		{ margin: 1.5em; font-style: italic; }
div.content div.text strong      		{ font-weight: bold; }
div.content div.text em,
div.content div.text dfn      	 		{ font-style: italic; }
div.content div.text dfn         		{ font-weight: bold; }
div.content div.text sup, 
div.content div.text sub    	 		{ line-height: 0; }

div.content div.text abbr, 
div.content div.text acronym     		{ border-bottom: 1px dotted #ccc; }
div.content div.text address     		{ margin: 0 0 1.5em; font-style: italic; }

div.content div.text pre,
div.content div.text code    	 		{ margin: 1.5em 0; white-space: pre; }
div.content div.text tt          		{ display: block; margin: 1.5em 0; line-height: 1.5; }
div.content div.text pre,
div.content div.text code,
div.content div.text tt 		 		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

div.content div.text li ul, 
div.content div.text li ol       		{ margin: 0 1.5em; }
div.content div.text ul, 
div.content div.text ol     	 		{ margin: 0 1.5em 1.5em 1.5em; }

div.content div.text ul,
div.content div.text ul li       		{ list-style-type: disc; }
div.content div.text ol,
div.content div.text ol li       		{ list-style-type: decimal; }

div.content div.text dl          		{ margin: 0 0 1.5em 0; }
div.content div.text dl dt       		{ font-weight: bold; }
div.content div.text dd          		{ margin-left: 1.5em;}

div.content div.text table       		{ margin-bottom: 1.4em; width:100%; }
div.content div.text th          		{ font-weight: bold; background: #ccc; }
div.content div.text th,
div.content div.text td       	 		{ padding: 4px 10px 4px 5px; border-bottom: 1px solid #ccc; }
div.content div.text tfoot       		{ font-style: italic; }
div.content div.text caption     		{ background: #ccc; }