/********************
 *  Specifies a standard set of base rules for browsers with CSS2 support.
 * (Only global rules should be defined here.)
 ********************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: white;
	font-family: arial, verdana, sans-serif; 
	font-size: 62.5%;
}

img{
	border: 0;
}

.hr{
	height: 1px;
	background: #717171;
}

.hr hr{
	display:  none;
}


:focus
{
  -moz-outline-style: none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
