.textFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.borderPurple {
	border: 1px solid #880088;
}
.textWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}
.textNormal {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.textPadded {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 5px;

}
.backPurple {
	background-color: 880088;
}
.backYellow {
	background-color: ffffcc;
}
.borderYellow {
	border: 1px solid ffffcc;
}
.backOrange {
	background-color: ff9900;
}
.borderOrange {
	border: 1px solid ff9900;
}
.backBrown {
	background-color: b05800;
}
.borderBrown {
	border: 1px solid b05800;

}
.backWhite {
	background-color: ffffff;
}
.backSoftWhite {
	background-color: ffeeff;
}
hr {
	color: 880088;
	height: 1px;


}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: 660066;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;

}
a:hover {
	color: #990000;
}
.textSmall {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.textRequired {
	color: #CC0000;
}
.textButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFF00;
}
.textError {
	color: #CC0000;
	font-weight: bold;

}
a:link {
	color: #CC00FF;
}
a:visited {
	color: #CC00FF;
}
a:active {
	color: #CC00FF;
}
