.BoxTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.BoxText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5DB1;
	text-decoration: none;
}
.BoxCommands {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.TextBox {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}
.MouseHand {
	cursor: hand;
}
.TextBoxTransparent {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border:solid 1px #EAEAEA;
}
.RedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
span.link {
	position: relative;
}

span.link a span {
	display: none;
}

span.link a:hover {
	font-size: 99%;
}

span.link a:hover span {
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
}

.WhiteToolbox {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
