﻿/*

  reset everything back to zero for browser compatibility

*/

html
{
}

body
{
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 9pt;
}

*, * *, * * * 
{
  font-family: arial, verdana, sans-serif;
}

table
{
  border-collapse: collapse;
}

td, th
{
  padding: 0;
  margin: 0;
}

td
{
  text-align: center;
}

th
{
  text-align: left;
  font-weight: bold;
}

p, li, dt, dd
{
  margin: 0 0 10px 0;
  padding: 0;
  text-indent: 0;
  font-size: 100%;
}

h1, h2, h3
{
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}

h1
{
  font-size: 120%;
}

h2
{
  font-size: 110%;
}

h3
{
  font-size: 100%;
}

ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

img
{
  border: none;
}

a
{
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
}

a:hover
{
  text-decoration: underline;
}

.spellingError
{
  border-bottom: dotted 1px #cc0000;
  padding-bottom: 1px;
  color: #cc0000;
  font-weight: bold;
  cursor: pointer;
}
