/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ul{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}
body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a{
	text-decoration:none;
}
div{
	text-align:left;
}
.hide{
	display:none;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.mar-t20{ margin-top:20px;}
.mar-r20{ margin-right:20px;}
.mar-b20{ margin-bottom:20px;}
.mar-l20{ margin-left:20px;}
.mar-t15{ margin-top:15px;}
.mar-r15{ margin-right:15px;}
.mar-b15{ margin-bottom:15px;}
.mar-l15{ margin-left:15px;}
.mar-t10{ margin-top:10px;}
.mar-r10{ margin-right:10px;}
.mar-b10{ margin-bottom:10px;}
.mar-l10{ margin-left:10px;}
.mar-t5{ margin-top:5px;}
.mar-r5{ margin-right:5px;}
.mar-b5{ margin-bottom:5px;}
.mar-l5{ margin-left:5px;}
.pad-t20{ padding-top:20px;}
.pad-r20{ padding-right:20px;}
.pad-b20{ padding-bottom:20px;}
.pad-l20{ padding-left:20px;}
.pad-t15{ padding-top:15px;}
.pad-r15{ padding-right:15px;}
.pad-b15{ padding-bottom:15px;}
.pad-l15{ padding-left:15px;}
.pad-t10{ padding-top:10px;}
.pad-r10{ padding-right:10px;}
.pad-b10{ padding-bottom:10px;}
.pad-l10{ padding-left:10px;}
.pad-t5{ padding-top:5px;}
.pad-r5{ padding-right:5px;}
.pad-b5{ padding-bottom:5px;}
.pad-l5{ padding-left:5px;}