/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.aboutText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a:link {
	text-decoration: none;
	color: #B42C50;
}
a:visited {
	text-decoration: none;
	color: #B42C50;
}
a:active {
	color: #EC154D;
	text-decoration: none;
}
a:hover {
	color: #EC154D;
	text-decoration: underline;	
}
.titleText {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.footerTxt a:link {
	text-decoration: none;
	color: #B42C50;
}
.footerTxt a:visited {
	text-decoration: none;
	color: #B42C50;
}
.footerTxt a:active {
	color: #EC154D;
	text-decoration: none;
}
.footerTxt a:hover {
	color: #EC154D;
	text-decoration: underline;
}
