/* 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;
}


/*
 * TALENTLENS 
 */
.talentlens .topLogo {
    top:15px;
    height: auto;
}

.talentlens h1, 
.talentlens .h1b, 
.talentlens h2, 
.talentlens h3, 
.talentlens h4, 
.talentlens h5, 
.talentlens h6
{
    color:#253c8a;
}


