/* B A S I C S */
* {margin: 0; padding: 0;}
body {
	height: 100%;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #5d6966;		
}
p {
	background: transparent;
}
ul {
	background: transparent;
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #5d6966;		
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* Invisible */
.invisible, dfn {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* clearen */
.clear,
.clearfloat {	
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	line-height: 0px;
	font-size: 0px;
}

