/* $Id: style.css,v 1.1 2006/08/22 02:45:52 epro Exp $ */

/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}

fieldset {
  margin-bottom: 1em;
  padding: .5em;
  font-size: 11px;
}

img {
  border: 0;
}
hr {
  height: 1px;
  border: 1px #ccc;
  border-style: double;
  font-size: 11px;
}
table {
  border-collapse: collapse;
  font-size: 11px;
}
th {
  text-align: center;
  padding-right: 1em;
  white-space: nowrap;
  font-size: 11px;
}
td {
  font-size: 11px;
}
