body {
	background-color: #6600CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

body, td, th {
	color: #330033;
}

h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h2 {
	color: #CC3333;
}

h3 {
	color: #cc3333;
}
.chunkorange {
	background-color: #FFF7F0;
	margin: 0px;
	padding: 2px;
	border: 5px double #FF6600;
}


h6 {
	color: #333366;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #cc3333;
}

a:active {
	color: #cc3333;
}


 topnav bar & links on it 
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffccff;
	line-height: normal;
	font-weight: bold;
}

a.topnav:link {
  text-decoration: none;
  color: #ffffcc;
  font-size: 11pt;
}

a.topnav:visited {
  text-decoration: none;
  color: #ffffcc;
  font-size: 11pt;
}

a.topnav:active {
  text-decoration: none;
  color: #ffffcc;
  font-size: 11pt;
}

a.topnav:hover {
  text-decoration: none;
  color: #ffffcc;
  background-color: #a5c6a5;
  font-size: 11pt;
}

#bottombar {
  color: #ffffcc;
  font-size: 9pt;

}

a.bottombar:link {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:visited {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:active {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:hover {
  text-decoration: underline;
  color: #ffffcc;
  background-color: #a5c6a5;
  font-size: 9pt;
}

.bottombar {
	font-size: 9pt;
	font-style: italic;
	color: #ffffcc;
}
a:link {
	color: #990000;
}
.chunkgray {
	background-color: #E1E1E1;
	padding: 10px;
	border: 1px solid #000000;
}
.chunkblue {
	background-color: #336699;
	padding: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.chunkoutlinepurple {
	padding: 10px;
	border: 2px solid #993399;
}
.headertitle {
	padding: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #330000;
	background-color: #9999FF;
}
