@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 75%/1.5em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	}
	strong{font-weight: bold;}
	em{font-style: italic;}
	p{margin-top: 6px; }

/* =LAYOUT - the main layout styles */
	.container{
		margin: 0 10px 10px 10px;
		position: relative;
		overflow:hidden;
	}
	
/* =CONTENT - the content styles */

	ul.article {padding-bottom:1.5em;margin-left:2em;list-style: square;}
	ol.article {padding-bottom:1.5em;margin-left:2em;list-style:decimal;}
	dl.article {padding-bottom:1.5em;margin-left:0;}
	dt.article {font-weight:bold;}
	dd.article {padding-bottom:.25em;}



	h1,h2,h3,h4,h5  { color: #904814; font-size: 150%; padding-top: 1em; padding-bottom: .1em; line-height: 1.4em;}
	
