a:link {
	color: #433e66;
	text-decoration: none;
}

a:active {
	color: #d34f97;
	text-decoration: none;
}

a:visited {
	color: #433e66;
	text-decoration: none;
}

a:hover {
	color: #d34f97;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #bfbccf;
}

td {
	border: 1px solid  #dfbadb;
	background-color: #ffffff;
}

th {
	border: 1px solid  #dfbadb;
	background-color: #dfbadb;
	font-weight: normal;
}

table {
	background-color: #ffffff;
	border: 1px solid  #dfbadb;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/* font-weight: bold; */
	background-color: #bfbccf;
	color: #433e66;
}

.borderlesstable {
	background-color: #ffffff;
	border: 0px;
}


.content {
	padding-top: 12px;
	padding-left: 32px;
	padding-bottom: 24px;
	padding-right: 32px;
	background-color: #ffffff;
}

.smalltext {
	font-size: small;
}

.smallredtext {
	font-size: small;
	color: #ff0000;
}

.redtext {
	color: #ff0000;
}

.highlight {
	color: #de7cb5;
}

.sectiontitle {
	font-size: large;
	text-decoration: underline;
	color: #ce6eb5;
}
