a:link {
COLOR: #ff33cc;
text-decoration:underline;
}
a:visited {
COLOR: #ff33cc;
}
a:hover {
COLOR: #ffffff;
background-color: #ff33cc;
}
a:active {
COLOR: #ff33cc	;
}

.Text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.Text-Pink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff33cc;
	font-weight: normal;
	}
.Text-BW {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff33cc;
	background-color: #ffffff;
	font-weight: normal;

}
.TextBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color: #000;
}
.TextGreyhid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d4d4d4;
}
.TextBlackHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	font-size: 16px;
}
.TextWhiteHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#FFF;
}
.TextBlackHeadBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-align: left;
}
.TextBlackSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.TextWhiteSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}
.TextGreySmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
.TextPinkBlockSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color:#ff33cc}
.Bold {
	font-weight: bold;
}

