/* FancyFeet Styles */
a
{
color:#e54489;
}

.TopBg{
	background-image: url(../images/TopBG_Middle.jpg);
	background-repeat: repeat-x;
}
.Text12pxBlackBld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.BttmBrdrBlack{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.TextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #fff4f9;
	border: 1px solid #f7bad5;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #fff4f9;
	border: 1px solid #f7bad5;
}
.Text12pxGreayBld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}
.Text12pxPinkBld{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e54489;
	text-decoration: none;
}
.Text12pxDrkGreay{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;
}


.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F17C80;
	border: 1px solid #FFFFFF;
	background-position: center center;
	padding: 1px;
}
.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}