/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html {
font-size: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}

/* changed line-height from 1 to 1.2 | added color and background defaults */
body {
line-height:1.2;
color:#666;
background:#fff;
}
ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/* remember to define focus styles! */
:focus {
outline:0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}

body {
font-size:62.5%;
font-family: Trebuchet MS, Arial, Georgia, Helvetica, sans-serif;
}
h1 {
font-size:1.8em;
margin:0;
padding-top: .5em;
line-height:.95em;
color: #000;
text-align: left !important;
}
h2 {
font-size:1.4em;
font-family: "Trebuchet MS";
color: #333;
margin:0;
padding-bottom: .5em;
}
h3 {
font-size:1.4em;
margin:0;
line-height:1.125em;
font-family: "Trebuchet MS";
}
h4 {
font-size:1.3em;
margin:1.3em 0 0;
line-height:1.3em;
}
h5 {
font-size:1.2em;
margin:0 0 -1em 0;
line-height:1.5em;
color:#333;
text-align: left !important;
}
h6 {
font-size:1.2em;
margin:1.5em 0 0;
line-height:1.3em;
}
ul, ol, dl {
margin-bottom:1.8em;
}
dt, dd, p {
font-size:1.2em;
line-height:1.5em;
margin:0 0 1.5em;
}
a {
font-size:1em;
}
p {
clear: both;
}
