/* ------------------------------------------------------------------
Base
Styles to be used throughout the site, regardless of media type
------------------------------------------------------------------ */


* { margin: 0; padding: 0; }
body { background: #fff; color: #000; font: small/140% Helvetica, Arial, sans-serif; }
p { margin: 0 0 15px 0; }
ul, ol, dl { margin: 0 0 15px 15px; 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: 120%; font-family: Helvetica, Arial, sans-serif; } 
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
input, textarea, select { font: 110% Helvetica, Arial, sans-serif; padding: 1px; }
a img { border: 0; }
