/* CSS Document */
/* Color Definitions */
/* Regular */
BODY {
  background-color: #E0D2C2;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 0px; }

P, TR, TD {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px; }

A {
  text-decoration: none; }

A, A:hover, A:visited {
  color: #b0371c; }

#header {
  background-color: #b0371c;
  padding-bottom: 24px;
  width: 960px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

#main {
  background-color: #faf1e5;
  color: #4b3926;
  width: 940px;
  padding: 10px;
  margin-top: 24px;
  text-align: left;
  line-height: 1.4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10x;
  border-radius: 10px; }
