.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #9EA69A;
	white-space: nowrap;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
	white-space: nowrap;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
	white-space: nowrap;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
	white-space: nowrap;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: underline;
	color: white;
	white-space: nowrap;
}
.hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #6B3686;
}
td.boxnolhs { 
	padding-right: 0.1em;
	border-left: thin solid #6B3686;
    border-right: 1px none #6B3686;
    border-top: 1px none #6B3686;
    border-bottom: 1px none #6B3686
	}
	td.boxnotop { 
	padding-right: 0.1em;
	border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color:#6B3686
	}

