/*
 * earthspirit
 * Copyright (c) 2008 earthspirit
 * Author CitySwift http://www.cityswift.com
*/

	div.clear 
	{
		clear:both;
	}

	table, thead, tfoot, tbody, tr, th, td, img
	{
		border: 0;
	}
	table, thead, tfoot, tbody, tr, th, td
	{
		border-collapse: collapse;
	}
	button, hr 
	{
		border-style: solid;
		border-width: 1px;
	}
	input, textarea, select, button, hr
	{
		/*border-style: solid;*/
	}
	input, textarea, select, button
	{
		/*border-width: 1px;*/
	}
	hr
	{
		border-width: 1px 0 0 0;
	}
	table, thead, tfoot, tbody, tr, th, td
	{
		border-collapse: collapse;
	}
	body, div, h3, h4, p, ul, ol, li, form, input, textarea, select, option, button, table, thead, tfoot, tbody, tr, th, td
	{
		font-family: arial, helvetica, sans-serif;
	}
	h1, h2
	{
		/* font-family: calibri, arial, helvetica, sans-serif; */
		font-family: arial, helvetica, sans-serif;
	}
	h1
	{
		font-size: 28px;
	}
	h2
	{
		font-size: 21px;
	}
	h3, big
	{
		font-size: 14px;
	}
	body, h3 small, h4, p, ul, ol, li, form, input, textarea, select, option, button, table, thead, tfoot, tbody, tr, th, td
	{
		font-size: 12px;
	}
	body, div, p, ul, ol, li, form, input, textarea, select, option, button, table, tfoot, tbody, tr, td
	{
		font-weight: normal;
	}
	h1, h2, h3, h4, button, thead, th
	{
		font-weight: bold;
	}	
	hr
	{
		height: 1px;
	}
	body, div, h1, h2, h3, h4, p, ul, ol, li, img, form, table, thead, tfoot, tbody, tr, th, td
	{
		margin: 0;
	}
	li
	{
		/*margin-left: 18px;*/
	}
	input, textarea, select, button
	{
		margin: 3px 0 2px 0px;
	}
	button
	{
		/* margin: 3px 6px 2px 6px; */
	}
	hr
	{
		margin: 6px;
	}
	hr
	{
		overflow: hidden;
	}
	body, div, li, img, option, button, table, thead, tfoot, tbody, tr, th, td, hr
	{
		padding: 0;
	}
	input, textarea, select
	{
		padding: 1px;
	}
	h1, h2, h3, h4, p, ul, ol
	{
		padding: 6px;
	}
	th, td
	{
		text-align: left;
	}
	th, td
	{
		vertical-align: top;
	}