/* styles for general html elements */

html, body {
  color: #333;
  background-color: transparent;
  font-family: verdana, arial, "Trebuchet MS", Tahoma, lucida, helvetica, sans-serif;
  margin: 0.5em;
  padding: 0;
}

body, th, td {
  font-size: 10pt;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative; /* reqd in IE otherwise rendering bugs */
  font-family: Tahoma, helvetica;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
h1 {
  font-size: 17pt;
}
h2 {
  font-size: 16pt;
}

h3 {
  margin-top: 1.5em;
  font-size: 13pt;
}
h3.first {
  margin-top: 0.5em !important;
}
h4 {
  font-size: 10pt;
}
h5 {
  font-size: 9pt;
}

h1 {
  border-bottom: 1px solid #CCC;
}
h1 em {
  font-style: normal;
  color: #666;
}

/* to make the password char stand out more... IE uses a bullet and doesn't handle this css anyway */
input[type=password] {
  font-family: Tahoma;
}

a {
  color: #338;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: 0px solid transparent;
}
a:hover img {
  border: 0px solid #CCC;
}

form {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

fieldset {
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #CCC;
}
fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em;
  color: #333;
  font-size: 8pt;
}

form label {
  font-weight: bold;
  font-size: 8pt;
}
form input {
  margin: 0;
  padding: 0;
}
