a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #B86B93;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #B86B93;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
.black {
	color: #000000;
}

a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #424243;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #3C6B8A;
}
.red {
	color: #B86B93;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #C0C0C0;
}
.green {
	color: #A2C33F;
}
.orange {
	color: #FF8B02;
}
.yellow {
	color: #FFB200;
}
