/* smallest font size */
.tinytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* small font size */
.smalltext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

/* average font size */
.basictext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* medium font size */
.mediumtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

/* large font size */
.largetext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

/* Special messages */
.message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

/* For use with page headers */
.pageheader {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

/* For use with site header */
.siteheader {
  font-family: Times New Roman, Times, serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: #800000;
}

/* main links */
a {
  font-weight: bold;
  color: #800000;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  color: #000080;
  text-decoration: none;
}

/* main text */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

h1 {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* form stuff */
.textfield {
	background-color: #FFFFFF;
	border: #800000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.basicbutton {
	background-color: #800000;
	border: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
  color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
}

form {
line-height: 10px;
}
