.Small {
	font-family: Arial;
	color: Purple;
	vertical-align: top;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.Regular {
	font-family: Arial;
	color: Purple;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.SmallBold {
	font-family: Arial;
	color: Purple;
	vertical-align: top;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font: normal;
}
.RegularBold {
	font-family: Arial;
	color: Purple;
	vertical-align: top;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font: normal;
}
.Black {
	font-family: Arial;
	color: Black;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.Blue {
	font-family: Arial;
	color: Blue;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.Red {
	font-family: Arial;
	color: Red;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.Silver {
	font-family: Arial;
	color: #DAA520;
	vertical-align: top;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font: normal;
}
.mainExpand {
  cursor:hand;
  cursor:pointer;
  font: bold .9em verdana, arial, helvetica, sans-serif;
}