body{
    
    padding: 0;
    margin: 0;
    
    font-family: Arial, Helvetica;
    font-size: 11px;
    
    color: #000;
    
    background-color: #fff;
}

p,ul,li,div,textarea,form,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}


a{
    text-decoration: none;
}
a:hover{
	color: #666;
}


input,textarea,select{
	font-size: 11px;
	padding: 5px;
	border: none;
}




/*** HELPERS ***/
.dvis{
	display: block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clr{
	clear:both;
}
.ohid{
	overflow: hidden;
}
.prel{
	position: relative;
}
.pabs{
	position: absolute;
}
.bld{
	font-weight: bold;
}
.norm{
	font-weight: normal;
}
.hnd{
	cursor: pointer;
}