* { padding: 0; margin: 0; }

body {
  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: #e5e5e5;
  color: #000000;
  line-height: 1.5em;
}

a:link, a:visited {
  color: #0000ee;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active {
  color: #0000ee;
  text-decoration: underline;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  width: 60%;
  border: none 0; 
  border-top: 1px solid #edf3fe;
  height: 1px;
  margin: 15px auto 15px auto;
}

p {
  line-height: 1.5em;
}

h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 10px;
}

ul, ol {
  margin: 15px 0 15px 40px;
  line-height: 1.5em;
}
ol {
  font-weight: bold;
}
li {
  font-weight: normal;
}

div.header {
  background: #000000;
  padding-bottom: 5px;
}
div.logo {
  padding: 3px 0 0 2px;
  width: 750px;
  margin: 0 auto;
}

div.main {
  text-align: justify;
  width: 750px;
  margin: 10px auto 10px auto;
  background-color: #ffffff;
  padding-top: 0px;
  border-right: 4px solid #cacaca;
  border-bottom: 4px solid #cacaca;
}

div.nav {
  background: #edf3fe;
  padding: 5px 10px;
  font-weight: bold;
}

div.content {
  padding: 20px;
}

div.footer {
  width: 750px;
  margin: 0 auto;
  color: #999999;
  font-size: 80%;
}
div.footer a:link, div.footer a:visited {
  color: #999999;
  font-weight: bold;
}
div.footer a:hover, div.footer a:active {
  color: #999999;
  font-weight: bold;
}

table {
  width: 90%;
  margin: 0 auto 0 auto;
  border-spacing: 0px;
  border-collapse: collapse;
}
th, td {
  text-align: center;
  border: 1px solid #638c9c;
  padding: 2px 5px 2px 5px;
}
th {
  background-color: #dee7ec;
}
td.leftcol {
  text-align: left;
}
table#tickets {
  width: 100%;
}
table#tickets td {
  width: 25px;
  cursor: pointer;
}

p.msg {
  color: #0000ee;
  text-align: center;
}
p.wrn {
  color: #ee0000;
  text-align: center;
}

table.form td{
  text-align: center;
  padding: 25px 5px 25px 5px;
}

span.info {
  color: #0000ee;
  font-size: 75%;
  cursor: help;
}

small {
  color: #0000ee;
}

