body {
	color: Black;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-color: White;
}

.heading {
	font-size: 18pt;
}

.smaller {
	font-size: 11pt;
}

#logo a:active {
   outline: none;
}

#logo a:visited {
   outline: none;
}

#leftnav {
	color: White;
	font-size: 13pt;
}

#leftnav p {
	padding-left: 10px;
	padding-right: 30px;
}


#leftnav a {
	color: White;
	outline: none;
	text-decoration: none;
}

#leftnav a:focus {
	color:#D2A7FE; 
}

#leftnav a:hover {
	color:#D2A7FE; 
}


#bodytd {
	color: Black;
	font-size: 13pt;
}

#bodytd td {
	font-family: inherit;
   font-size: 13pt; 
}

#bodytd th {
	font-family: inherit;
   font-size: 13pt; 
}

#bodytd h2 {
	color: Black;
	font-size: 15pt;
}

#bodytd h3 {
	color: Black;
	font-size: 13pt;
}

#bodytd h4 {
	color: #585D83;
	font-family: inherit;
	font-size: 13pt;
}

#title {
   font-family: 'Goudy Old Style', 'Times New Roman', Times, serif; 
   font-size: 30pt; 
   color: #D2A7FE; 
   padding-left: 30px; 
   padding-bottom: 10px;
}

#reverseindent p {
   padding-left: 56px; 
   text-indent: -28px; 
   margin-top: 0px;
   margin-bottom: 0px;
}

#reverseindent {
   margin-top: 0px;
   margin-bottom: 20px;
}
.error {
	color: Red;
	font-size: 13pt;
}

.nobr {
   white-space: nowrap;
}