.jloopBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00CCFF;
	font-weight: bold;
}
.jloopGreen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC00;
	font-weight: bold;
}
.jloopGrey {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.border {
	border: 1px solid #CDCBCC;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.jloopBlue a:link {
	color: #00CCFF;
	text-decoration: none;
}
.jloopBlue a:hover {

	color: #00CCFF;
	text-decoration: underline;
}
.jloopBlue a:visited {


	color: #00CCFF;
	text-decoration: none;
}
.jloopGreen a:link {
	color: #99CC00;
	text-decoration: none;
}
.jloopGreen a:hover {

	color: #99CC00;
	text-decoration: underline;
}
.jloopGreen a:visited {
	color: #99CC00;
	text-decoration: none;
}
.jloopGrey a:link {
	color: #999999;
	text-decoration: none;
}
.jloopGrey a:hover {
	color: #666666;
	text-decoration: underline;
}
