* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0px;
  padding: 0px;
}

html, body {
  width:  100%;
  margin:  0px;
  padding: 0px;
  border-width: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body, table, div, p, form {
  margin:  0px;
  padding: 0px;
  border:  0px solid black;
  font-size: inherit;
  font-family: inherit;
  background-repeat: no-repeat;
}

table {
  border-collapse: collapse;
}
table, thead, tfoot, tr, td { /* font size inherit - stupid IE */
  font-size: 100%;
}

img {
  margin: 0px;
  border-width: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
}

a {
  background-repeat: no-repeat;
  font-weight: inherit;
  color: rgb(  0,  0,255);
}
  a:link, a:visited {
    text-decoration: none;
  }
  a:hover, a:active {
    text-decoration: underline;
  }

select {
  font-family: inherit;
}




br.c {
  clear: both;
}

div.c, h1.c, h2.c, h3.c, h4.c, h5.c, h6.c, p.c {
  text-align: center;
}
.b {
  font-weight: bold;
}

iframe {
  border: 1px solid black;
}

ul {
  margin: 0px;
  margin-left: 10px;
  padding-left: 30px;
}


