/* CSS Fixar */

*
{
	margin:0;
	padding:0;
	/*border:0;*/
}

a img 
{
	border:0;
}

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

.floatFix {display: inline-block;}

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

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img.floatLeft {
	padding-right:10px;
}
.floatRight {
	padding-left:10px;
}
.strong {
	font-weight:bold;
}

/*.hr hr {
	display:none;
}*/

div.hr hr 
{
  display: none;
}

.clearFloat
{
	clear:both; 
	height:0px; 
	overflow:hidden;
}







