body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

a {
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.bg {
	font-family: Tahoma;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.sm {
	font-family: Tahoma;
	font-size: 9px;
	color: Black;
	font-weight: bold;
}

.smWhite {
	font-family: Tahoma;
	font-size: 9px;
	color: White;
	font-weight: bold;
}

.tickerFont {
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
	font-weight: bold;
}

.tickerFontUp {
	font-family: Tahoma;
	font-size: 10px;
	color: #2B761C;
	font-weight: bold;
}

.tickerFontDown {
	font-family: Tahoma;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}

.green {
	border: 1px solid #409905;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.red {
	border: 1px solid #E80101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.grey {
	border: 1px solid #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}