@charset "iso-8859-1";

/* ===============================================
   CORE RESET AND DESIGN FOUNDATION
   copyright (c) 2007 Robin Parmar except as noted
   licensed under GPL for free use 
   =============================================== */

/* ----------------
   Eric Meyer reset 
   ---------------- */
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,
dl, dt, dd, ol, 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;
  font-weight:inherit;
  font-style:inherit;
  font-family:inherit;
  font-size:100%;
}
:focus {outline:0;}
body {
  line-height:1;
  color:black;
  background:white;
}
ol, ul {list-style:none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse:separate;
  border-spacing:0;
  border-width:0;
}
caption, th, td {
  text-align:left;
  font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}


/* ---------------
   base typography 
   --------------- */
li li, li p, td p, blockquote p, p blockquote p {font-size:1em;}
body * {font-size:1em;}

body {
  line-height:1.4;
  word-spacing:0.1em;
  font-family: Tahoma, Geneva, sans-serif; 
  font-size:76%;      /* base font is 12px */
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:1.4em;}  
h2 {font-size:1.2em;}
h3 {font-size:1.0em;}  
h4, h5, h6, small {font-size:0.8em;}  
pre, code {font-family:monospace;}


/* -------------
   base elements
   ------------- */
img {
  border:0;
  display:block;
  max-width:100%;
}
hr {
  border-bottom:solid 1px;
  margin:2em auto 2em 0;
  width:30%;
  text-align:left;
}
p.nospace {margin-bottom:0em !important;}
ul.nospace {margin-top:0em !important;}

tr, label {vertical-align:top; text-align:left;}
th, td {padding:.2em;}
th {font-weight:normal; text-align:right;}


/* --------
   clearfix
   -------- */
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
