body {
	background-image: url(/images/leftgray.gif);
	background-color: #ffffff;
	color: black;
	font-size: small;
	font-family: Helvetica, Verdana;
}
.smallblack {
	color: black;
	font-size: small;
	font-family: Helvetica, Verdana;
}
.smallgrey {
	color: #808080;
	font-size: x-small;
	font-family: Helvetica, Verdana;
}

a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}

a.imageLink:link {
	font-size: x-small;
  color: #333333;
}
a.imageLink:visited {
	font-size: x-small;
  color: #333333;
}

a.primaryNavSelected:link {
  color: #efefef;
}
a.primaryNavSelected:visited {
  color: #efefef;
}

a.secondaryNav:link {
  color: #333333;
  font-weight: bold;
}
a.secondaryNav:visited {
  color: #333333;
  font-weight: bold;
}

a.permaLink {
  text-decoration: none;
}

td.primaryNav {
  background-color: #efefef;
}
td.primaryNavSelected {
  color: #efefef;
  background-color: #333333;
}

strong.primaryNav {
  color: #333333;
  background-color: #e0e0e0;
}
.secondaryNavSelected {
  font-weight: bold;
}

h2,h3 {
 color: #676dc0;
 text-align: center;
}
