
/* General, universal */

p, ul, li, ol, dl, dd, center, blockquote, th, td {
	font-family: Eras Medium ITC, Arial, Helvetica;
	color: #000000; }

A:link, A:visited, A:active {
	color: #008800;
	text-decoration: none; }

A:hover {
	color: #008800;
	text-decoration: underline; }

.sublinks {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px; }

.smallArial {
	font-family: Arial, Helvetica;
	font-size: 10px; }

/* Headings and titles */

h1 {
	font-family: Eras Demi ITC, Arial;
	font-size: 20px;
	color: #003300;
	 }

.mainTitle {
	font-family: Eras Demi ITC, Arial;
	font-size: 20px;
	color: #006600;
	font-weight: bold; }

.subTitle {
	font-family: Eras Demi ITC, Arial;
	font-size: 16px;
	color: #006600; }

/* Form fields and buttons */

input.graybutton {
	background-color: #666666;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: hand; }

input.textfield {
	font-family: arial, sans-serif; font-size: 10pt; }


