@charset "utf-8";
/* CSS BROWSER RESET */
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
pre, form, fieldset, legend, input, textarea, label,
blockquote, table, th, td {
margin: 0;
padding: 0;
background-repeat: no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
}
a, span {
background-repeat: no-repeat;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img, abbr, acronym {
border: none;
text-decoration: none;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
font-weight: normal;
}
q:before, q:after {
content: '';
}
input, textarea, select {
font-family: inherit;
font-size:inherit;
font-weight:inherit;
}
/* declare your site defaults here */


