td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #663366;
	text-align: center;

}
blockquote {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;

}
.subtext {
	font-size: 10px;
	font-weight: normal;
}

a {
	font-style: normal;
	font-weight: bold;
	color: #663366;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #9933FF;
	text-decoration: none;
}
a:active {
	color: #663399;
	text-decoration: underline;
	font-weight: bold;

}