body {
      background-color: #FFFFFF;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	background-color: #FFFFFF;

}

.text, .def {
      font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 12px;
                    color: #2C895E;
                              font-weight: normal;
                                          line-height: normal;
}

.dates {
  color: #660066;
      font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 12px;
}

a, a:link, a:visited, a:hover, a:active {
  color: #660066;
  font-weight: bold;
  text-decoration: underline;
}

a.buttonlink, a.buttonlink:link, a.buttonlink:visited, a.buttonlink:hover, a.buttonlink:active {
  color: #660066;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  float: left;
  padding: 4px;
  vertical-align: middle;
}


.header1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
  font-variant: small-caps;
}
.whitetext {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
}
.greentext {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: normal;
  color: #2C895E
}

.banner {
  background-color: #FFFFFF;
  padding: 6px;
}

.obanner {
  background-color: #FFFFFF;
  padding: 6px;
}

.whiteheader {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.sidebar {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #660066;
  padding: 8px;
}

.greentext {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #2C895E;
}
.blacktext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.button {
  float: left;
}

hr {
  color: #339966;
  background-color: #FFFFFF;
  height: 5px;
}

.gradient {
  background: url(images/gradient.gif);
}

.err {
   font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif; 
    color: white; 
    font-weight: bold;
    padding: 8px;
}

.size9 {
  font-size: 9px;
}

.size10 {
  font-size: 10px;
}

.size12 {
  font-size: 12px;
}

.bottom {
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.left {
  float: left;
}
.right {
  float: right;
}
