a {
	color: #9C1746;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #9C1746;
	text-decoration: none;
	font-weight: bold;
}

.textContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;

}
hr {
	height: 1px;
	color: #A42251;	
}
.cursor {
	cursor: pointer;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:	#ffffff;
}
.footer a{
	color:	#FFFFFF;
}
.footer a:hover{
	color:	#FFFFFF;
}