body {
  background-color: #FFFFF8;
  color: #000000;
  margin: 0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
th {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}
h1 {
  color: #762e05;
}
h2 {
  color: #762e05;
}
h3 {
  color: #762e05;
}

/* Links */

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;	
}

/* Various Classes */

.content {
	margin-left:5px;
	margin-right:5px;
}
.ferc {
	font-weight:bold;
	color:maroon;
}

.nav {
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
	font-variant: small-caps;
}

.trailer {
	font-weight: bold;
	font-size: 45%;
	font-variant: small-caps;
}

.longlogo {
	background-image:url(images/logo_long_03a.gif);
}
