	/* CSS Document */
*	{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0px;
}
	
p.front_text {
	color:#999999;

}	

a.front{
	color:#999999; 
	font-weight:bold; 
}
a.front:hover{
	color:#333333;

}

	
.clearfix:after {
   content: ".";             
   display: block;         
   height: 0;             
   clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
   display: inline-block;
   clear: both;
}   

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}


