body, td {
	background-color : #FFFFCC;
	font-family : "Times New Roman", serif;
}

td.line {
	background-color : #663300;
}

a, a:visited {
	color: #006600;
	text-decoration : none;
}

a:hover, a:active {
	color : #990000;
	text-decoration : none;
}

a.ref:hover, a.ref:active {	
  color: #990000;
  text-decoration: none;
  background-color : yellow;
}

h1 {
	color: #006600;
	font-size : x-large;
	font-weight: normal;
}

h2 {
	font-size : large;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-weight: normal;
}

h4 {
	font-size : 115%;
	font-weight: normal;
}

.menu {
	background-color : #ffffcc;
	color : #006600;
	font-weight: bold;

}
.small		{
	font-size : smaller;
}

.menuOption {
	color: #990000;
	text-decoration: none;
	background-color: #cccc99;
	font-weight: bold;
}
.subMenu {
	font-weight: bold;
	background-color: #cccc99;
}
.headerBkgrd {
	background-color: #006600;
}
.smallFooter {
	font-size: smaller;
	background-color: #cccc99;
}

.xyz { 

  background: yellow;
  font-weight: 300;
}

.highlight { 

  background: yellow;
  font-weight: 300;
}

.biblstmt {
  font-size: 1.0em;
  background-color : #cccc99;
}

hr {
  color: #663300;
  height: 1;
  margin-top: 10px;
}

sup {
  font-size: 0.8em;
}

sup.ref {
  font-size: 0.7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

sup.number {
  font-size: 0.6em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: 70%;
}

sub {
  font-size: 0.8em;
}

sub.ref {
  font-size: 0.7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

sub.number {
  font-size: 0.6em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: -20%;
}

IMG.char {
  vertical-align: -20%;
}

.red {color: #990000;}
.autonum {color: red;}

p.lastUpdated	{font-size: 80%;
				margin-top: 5px;
				margin-bottom: 0px;}
