/* 
Reset Stylesheet 
based on html5doctor.com Reset Stylesheet
v1.6.1
*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
img, small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section{
    margin:0;
    padding:0;
    border:0;
}

h1, h2, h3, h4, h5, h6{
    font-size:1em;
    font-weight:normal;
}

body {
    line-height:1.4;
}

th,td{
line-height:1.4;
}

img{
border:none;}

article,aside,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

ul {
list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}