/* Default Reset Css
 * by: Timothy Roy L. Vergara
 *  622Design
 * for website templates
 * Last Updated: 12-22-2011
 */
 
 * {
 	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	}

/*	Fix Class	*/
.clear { clear: both; } /* For floating resets. */
.clearlist { list-style: none; }
.firstlast {margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}


html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} /*em, */
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.3;background:#FFF;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {/*text-align:left;*/font-weight:normal;float:none !important;}
table, th, td {vertical-align:top; /*middle;*/}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}/* Gets rid of IE's blue borders */
img { border:none; } 
:focus {outline:0;}

ul {list-style: none;margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 0px; font-weight: bold;}
h1 {font-size:3em;line-height:1;}
h2 {font-size:2em;line-height:1;}
h3 {font-size:1.5em; line-height:1;}
h4 {font-size:1.2em; line-height:1;}
h5 {font-size:1em;line-height:1; }
h6 {font-size:1em;line-height:1; }
a  { text-decoration: none;  /*color: #1d6a83; */}
a:hover { color: #9e242c; }
p {margin: 0px; padding: 0px;}

