body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.nav-block {
	width: 180px;
	height: 100%;
  background-color: #CC99CC;
/*	background-image: url(/images/wave.gif);
	background-position: right;
	background-repeat: repeat-y;*/
}
.nav-head {
  font-family: Tahoma;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 154px;
  height: 15px;
  background-color: #3333FF;
}
.nav-link, .nav-link:link, .nav-link:visited {
  font-family: Tahoma;
  font-size: 11pt;
  font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;
/*  text-transform: uppercase; */
}
.nav-link:hover {
  color: #000000;
}
div.nav-link {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  text-indent:-15px;
/*	border-top: thin dotted #CC99CC;
	border-bottom: thin dotted #CC99CC;*/
}
/*
div.nav-link:hover {
	border-top: thin dotted #000000;
	border-bottom: thin dotted #000000;
}
*/
div.hr {
  padding: 0;
  margin: 5px;
  height: 1px;
  background-color: #CC99CC;
}
div.lastedit {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  font-size: 11px;
  color: #FFFFFF;
}
.mainBlurb {
	font-family: Tahoma;
	font-size: 11pt;
	font-style: italic;
}
.pageHeading {
  font-family: Comic Sans MS;
	font-size: 24pt;
  font-weight: bold;
  color: #CC99CC;
}
.subPageHeading {
  font-family: Comic Sans MS;
	font-size: 16pt;
  font-weight: bold;
  color: #CC99CC;
}

.pageTag {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
a.sectionHead, .sectionHead {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
a {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
  color: #CC99CC;
	text-decoration: underline;
}
td {
	font-size: 10pt;
}
td.bg {
  background-color: #CC99CC;
}
