/*linkstyles*/
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #332233;
	text-decoration: underline;

}
a.specialLink {
	color: #634163;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.specialLink:hover {
	color: #503550;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
/*textstyles*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #753a1e;

}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: ffeaca;
}
.textcolor {
	color: #714A71;
}
