


/* *********************************************
   Global reset
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


em { 
  font-style: italic; 
}
strong { 
  font-weight: bold; 
}

table {	
  border-collapse: collapse; 
  border-spacing: 0; 
}

address, caption, cite, code, dfn, th, var { 
  font-style:normal; 
  font-weight:normal; 
}

blockquote:before, blockquote:after, q:before, q:after { 
  content: "";
}
blockquote, q { 
  quotes: "" "";
}

caption, th, td { 
  font-weight:normal; 
  text-align:left; 
}

ol, ul { 
  list-style:none;
}
