body {
	font-weight: normal;

}

a:link, a:active, a:visited {
	color: #711e42;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0080;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

a.link:link, a.link:active, a.link:visited {
	color: #711e42;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.link:hover {
	color: #ff0080;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

TD {
	color: #5D5D60;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.white {
	color: #FFFFFF;
}

.blue {
	color: #41AEF1;
}

.red {
	color: #C5150C;
}

.px11 {
	font-size: 11px;
}

.px12 {
	font-size: 12px;
}

.grey {
	color: #747474;
}

.pink {
	color: #ff0080;
}

.orange {
	color: #FC8306;
}

.yellow {
	color: #FFB200;
}

.top {
	color: #ffffff;
}

h1 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer {
	color: #711e42;
	font-size: 11px;
	font-weight: 600;
}

h4 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
p.pink {
	color: #FF0099;
}	



