/* 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: 13px;
  font-weight: bold;
  color: #CC0000;
}

/* For use with page headers */
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* For use with site header */
.siteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* main links */
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* main text */
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

td.header {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
}

.basicbutton {
	background-color: #000000;
	border: #CC0000;
	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;
}

.textfield {
	background-color: #FFFFFF;
	border: #CC0000;
	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;
}

a.menu {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.noprint {
	display: none;
}