* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,ol,div,ul,li,address{
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

ol,li,ul{
    list-style:none;
}
hr {
	text-decoration: none;
	display: none;
}
a{
	outline : 0;
}

p{
	line-height: 150%;
	color: #333333;
}
img { border: none; }

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #000011;
}

/*-----------------------------clerfix---------------------------*/
.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
   position:relative;/*for preview*/
}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/

.clearbox {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: -1px;
	height: 1px;
}