@charset "utf-8";


* {
	margin: 0;
	padding: 0;}


body{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	color:#333;
	}
	
div {display: block;}

h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;}

img {
	border: none;
	}


a{outline:none;}

a:link {
	text-decoration: none;
	color:#F06;}
a:visited,a.active {
	text-decoration: none;
	color:#F06;
	}
a:hover {
	text-decoration: underline;
	}

/* ////////////////////////// Hack */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

