/*
  Author: Jens Bjerrehuus
  Created: 2007-04-28
  Copyright: Copyright (c) 2007 by Jens Bjerrehuus
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,abbr,acronym,
address,caption,cite,code,dfn,em,strong,var,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  background:transparent;
	border:0;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
	margin:0;
	outline:0;
	padding:0;
  vertical-align:baseline;
}
body {
  background:#FFF;
  color:#222;
  line-height:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
  list-style:none;
}
caption,th,td {
  text-align:left;
}
blockquote:before,blockquote:after,q:before,q:after {
  content:'';
}
blockquote,q {
  quotes:'' '';
}
a img {
  border:none;
}
abbr,acronym {
  cursor:help;
}
a {
  outline:none; /* Removes Firefox imposed outline */
}