/* ------------------------------------------------------------------
Base
Styles to be used throughout the site, regardless of media type
------------------------------------------------------------------ */


* { margin: 0; padding: 0; }
body { background: #fff; color: #000; font: medium/120% Arial, Helvetica, sans-serif; }
p { margin: 0 0 20px 0; }
ul, ol, dl { margin: 20px 0; padding-left: 25px; }
ul { list-style-type: square; }
table { font-size: 100%; }
td, th { text-align: left; vertical-align: top; } 
h1, h2, h3, h4 { color: #000; margin: 0 0 10px 0; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif; } 
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
input, textarea, select { font: 110%/110% Helvetica, Arial, sans-serif; padding: 1px; }
a img { border: 0; }

