<style>
 	.DDMenu  {
	color: Black;
	text-decoration: none;
	border-left-width: thin;
}

.normal  {
	font-family: Verdana, Arial, Helvetica;
	color: Black;
	font-size: small;
}

.caption  {
	font-family: Verdana, Arial, Helvetica;
	color: Black;
	font-size: xx-small;
}

.bold  {
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	font-size: medium;
	color: Black;
}

.smallbold  {
	font-family: verdana, arial, helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
}

h3  {
	font-family: verdana, arial, helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
}

h1  {
	font-family: verdana, arial, helvetica;
	font-size: small;
	font-weight: bold;
	color: Black;
	text-align: left;
}

.subpagelink  {
	font-family: Verdana, Arial, Helvetica;
	color: #9900cc;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.navbar  {
	font-family : Verdana, Arial, Helvetica;
	color : #aa00ff;
	font-size : x-small;
	font-weight : bold;
	text-decoration : none;
}

.subtitle  {
	font-size: large;
	font-family: Verdana;
	color: #9900cc;
}

.title  {
	font-size: xx-large;
	font-family: Verdana;
	text-align: center;
	color: #cc99ff;
	font-weight: bold;
}

body {
	font-family: verdana, arial, helvetica;
	font-size: small;
}

a {
	text-decoration: none;
}

a:link {
	color: #9900cc;
}

a:visited {
	color: #9900cc;
}

a:active {
	color: #aa0099;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: White;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
}

li {
	float: left;
	position: relative;
	width: 9.3em;
	text-align: center;
	color: White;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #660099;
	padding: 0.5em 0 1em 0;
	border-right: solid 2px silver;
	border-bottom: solid 2px silver;
	border-left: solid 2px black;

}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

li li {
	display: block;
	float: none;
	text-align: left;
	background-color: #660099;
	border: 0;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: White;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #660099;
	border-width: 0 5px;
	font-weight: bold
}

hr {
	display: none;
}

p {
	clear: left;
	color: Black;
	margin: 0 0 12px 0;
}

p.image {
	font-size: 0.8em;
	color: Black;
	padding: 1.25em 1.25em 1.25em 1.25em;
}

p.menu {
	margin: 0 0 0 0
}

p.tableheader {
	margin: 6px 0px 6px 3px;
}

p.image img {
	border: 1px solid White;
}

