/* global reset styles */
  * {
    font-family: Arial,Helvetica,san-serif;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
  }
  DIV {
    position:relative;
  }
  #content IMG {
    margin:10px;
  }


  TABLE {
	  border-collapse: collapse;
	  border-spacing: 0px;
	}
  caption, th, center {
	  vertical-align: top;
	  text-align: center;
	}
  td {
	  vertical-align: top;
	  text-align: left;
	}
  a {
    font-size:inherit;
	  color: inherit;
	}
  h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
    margin:1em 5% 0.5em 5%;
  }
  h1 { font-size:25px; }
  h2 { font-size:22px; }
  h3 { font-size:20px; }
  h4 { font-size:18px; }
  h5 { font-size:16px; }
  h6 { font-size:14px; }


  li, dd {
    margin-left:5%;
  }
  fieldset {
    margin:0px;
    padding: .5em;
  }
  label {
    margin:0px;
  }
  strong, b {
    font-weight:bold;
  }
  em, i {
    font-style: italic;
  }

