body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	}


	select, input, textarea {
		font: 99% Verdana, Arial, Helvetica, sans-serif;
		}

a img {
	border: none;
	}


.clear {
	clear: both;
	height:0px;
	line-height: 0;
	font-size: 0px;
	overflow: hidden;
	}
.clr_black{
	clear:both;
	height:1px;
	font-size:1px;
	background-color:#000001;
}
.clr{
	clear:both;
	height:1px;
	font-size:1px;
}


	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/

.hide {
	position: absolute;
	left: -3000px;
	}

/* Makes Horizontal Rules look (somewhat) consistant
   accross popular browsers.
-------------------------------------------------------*/

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
	}


h1, h2, h3, h4, h5, h6,
p{
    margin: 0 0 1em 0;
	}



