.SmallTextBlack {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
.SmallTextWhite {

	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.MedTextBlack {

	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.MedTextWhite {


	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.MedTextRed {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

.LargeTextWhite {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.x-dlg-mask{
   background-color: #000000;
   opacity:0.95;
}
.LargeTextRed {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
}
