/*--STRUCTURE--*/
	body,
	div,
	dl,
	dt,
	dd,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	img,
	input,
	textarea,
	p,
	blockquote,
	th,
	td			{ margin:0; padding:0;}
	
	table		{ border-collapse:collapse; border-spacing:0; }
	
	fieldset,
	img			{ border:0; }
	
	address,
	caption,
	cite,
	code,
	dfn,
	em,
	strong,
	th,
	var			{ font-style:normal; font-weight:normal; }
	
	caption,th	{ text-align:left; }

	q:before,
	q:after		{ content:''; }
	
	abbr,acronym	{ border:0; }
/*--STRUCTURE--*/
/*--TYPOGRAPHY--*/
	html			{ background: #e5e3da url(../images/back-body.jpg) repeat left top; }
	body		{ font-size: 62.5%;  background: #e5e3da url(../images/back-body.jpg) repeat left top; color: #333333; font-family: Arial, Verdana, Helvetica,sans-serif; }

	h1,
	h2,
	h3,
	h4,
	h5,
	h6			{ font-weight: normal; margin: 0; padding: 0; color: #333333; }

	h1			{ font-size: 3.0em; font-weight: bold; color: #bd181e; }
	h2			{ font-size: 2.0em; font-weight: bold; }
	h3			{ font-size: 1.3em; font-weight: bold; color: #bd181e; margin: 0 0 2px 0; }
	h4			{ font-size: 1.3em; }
	h5			{ font-size: 1.4em; }
	h6			{ font-size: 1.1em; }

	p 			{ font-size: 1.3em; line-height: 1.2em; margin: 0 0 15px 0; font-weight: bold; }
	span			{ font-size: 1.3em; line-height: 1.3em; margin: 0 0 15px 0; }
		p span	{ font-size: 1.0em; margin: 0; }
	li			{ font-size: 1.3em; line-height: 1.4em; margin: 0 0 15px 0; }

	input,
	select,
	textarea		{ font-size: 1.3em; color: #333333; font-family: Arial, Verdana, Helvetica,sans-serif; }
	
	dl			{ margin: 0; }
	dl dt			{ font-weight: normal; }
	dd			{ margin: 0;}
	
	hr			{ height: 1px; background: #989898; color: #a4a39b; margin: 0 0 15px 0; padding: 0; border: 0; }
	
	a, 
	a:link		 { color: #bd181e; text-decoration: none; }
	a:focus, 
	a:hover		{ color: #000000; text-decoration: none; }
		
	blockquote	{ font-style: italic; }
	strong		{ font-weight: bold; font-style: italic; }
	em,dfn		{ font-style: italic; }
	dfn			{ font-weight: bold; }
	pre,code		{ margin: 1.5em 0; white-space: pre; }
	pre,code,tt	{ font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
	tt			{ display: block; margin: 1.5em 0; line-height: 1.5; }
/*--TYPOGRAPHY--*/
