﻿/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

li {
  list-style: none; }

a, a:hover {
  text-decoration: none;
  outline: none; }

th, td {
  text-align: left;
  vertical-align: top; }

img, fieldset {
  border: 0;
  height: auto; }

h1, h2, h3, h4, h5, h6, th, td, p, caption {
  font-weight: normal;
  font-size: 1em; }

footer, header, nav, section {
  display: block; }
  
.clear
{
	clear: both;
}
