p {
	font-family: Arial, Helvetica, sans-serif;
}
.navbuttons {
	position: relative;
	width: 186px;
	left: 0px;
	top: -28px;
	visibility: visible;
	float: left;
	z-index: 1;
}
.buttons {
	margin-bottom: 4px;
}
.space {
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;

}
.smallertext {
	font-size: .75em;
}
body {
	font-size: 1em;
	background-color: #FFFFCC;

}
.d3web {
	font-size: .6em;
	float: right;
	padding-top: 5px;
	padding-right: 3px;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
a.sub:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.sub:hover {
	text-decoration: underline;
}
a.sub:active {
	color: #FF0000;
}
.tinytext {
	font-size: .65em;
}
.subnav {
	position: relative;
	left: 191px;
	z-index: 3;
	height: 16px;
}
.border {
	color: #000000;
	background-color: #000000;
}
.largesttext {
	font-size: 28px;
}
