* {
	margin : 0px;
	padding : 0px;
}

*.hidden {
  position: absolute;
  top: -5000px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}  

*.clear {
  clear : both;
  font-size : 0px;
} 

a {
	color : #505050;
}

a:hover {
  color : #000000;
}

fieldset {
  border : solid 0 transparent;
}

fieldset legend {
  display : none;
}

p {
	line-height : 1.4;
}

img {
  border-width : 0;
  vertical-align : top;
}
