/* CSS Document */

body,td,th {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.nav {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #660000;
}
a.nav:active {
	text-decoration: none;
}
a.seeds {
	color: #003300;
}
a.seeds:link {
	text-decoration: underline;
}
a.seeds:visited {
	text-decoration: underline;
}
a.seeds:hover {
	color: #990000;
	text-decoration: none;
}
a.seeds:active {
	text-decoration: none;
}
.superscript {
	font-size: 0.9em;
	line-height: .8ex;
}
.smallertext {
	font-size: 0.9em;
}
.largertext {
	font-size: 1.2em;
}
