@charset "utf-8";
/* CSS Document */

body,td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  }
body {
  background="background-image:url(images/bg.jpg);
  margin: 0px;
  }
td.navigation {
  background="background-image:url(images/bg.jpg);
  
  }

td.contents {
  padding: 25px;
  }
td.copyright {
  color: #ffffff;
  }
div.contents {
  background-color: #ffffff;
  text-align: justify;
  padding: 20px;
  }
span.SiteTitle {
  font-size: 40pt;
  color: #315b92;
  font-weight: bold;
  }
span.SiteSlogan {
  font-size: 22pt;
  color: #787878;
  }
td.header {
  color: #ffffff;
  font-weight: bold;
  }
.input {
  background-color: #ffffff;
  color: #315b92;
  font-size: 10pt;
  }
.button {
  background-color: #315b92;
  color: #ffffff;
  font-weight: bold;
  }
.textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  background-color: #eeeeee;
  color: #315b92;
  }
td.divider {
  background-color: #000000;
  }
p.success {
  color: #ffffff;
  background-color: #009900;
  font-weight: bold;
  padding: 4px;
  }
p.warning {
  color: #ffffff;
  background-color: #ff0000;
  font-weight: bold;
  padding: 4px;
  }
span.warningB {
  border: 2px dashed #ff0000;
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  }
td.green {
  color: #ffffff;
  background-color: #009900;
  font-weight: bold;
  }
