body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-style: normal;
}

table {
	padding: 0;
	margin: 0 ;
}

tr {
	padding: 0;
	margin: 0 ;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0 ;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #3366CC;
}

a {
	color: black;
	text-decoration: underline;
}

form {
	font-weight: bold;
	border: 0;
	padding: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #392f6e;
	font-weight: bold;
}



.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392f6e;
}

.subtitle {
	color: #392f6e;
	font-size: 18px;
	font-weight: bold;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
	color: #black;
}

a:visited {
	color: #3366CC;
}
a:link {
	color: #3366CC;
}
a:active {
	color: black;
}

