﻿/* -------------------------------------------------------------- 
   * Resets default browser CSS. 
-------------------------------------------------------------- */
*
{
  margin: 0;
  padding: 0;
  list-style: none;
  outline:none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  border: 0;
  font-weight:normal;
  font-style:normal;
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
}

body
{
  line-height: 1.2;
}

table
{
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td
{
  text-align: left;
  font-weight: normal;
}
table, td, th
{
  vertical-align: middle;
}

ul
{
   list-style-type:none;
}

a img
{
  border: none;
}




/* user defined default values
-----------------------------------------*/

a
{
  color: #369;
  text-decoration:none;
}
a:hover
{
  color:#002A7F;
}
h1, h2, h3
{
  margin: .8em 0 .2em 0;
  padding: 0;
  font: normal Arial, Helvetica, sans-serif
}
h1
{
font-size:32px;
}
h2
{
font-size:18px;
}
p
{
  margin: .4em 0 .8em 0;
  padding: 0;
}
img
{
  margin: 10px 0 5px;
}

