.text {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8a223f;
	font-weight: bold;
}

.toggleopacity img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.toggleopacity:active img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.row_orange {
	color: #fff;
	background-color: #ff9e21;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	border-top: 1px #fff solid;
	padding-left: 10px;
}

.row_orange a {
	color: #fff;
	text-decoration: none;
}

.row_orange a:hover {
	color: #fff;
	text-decoration: underline;
}

.row_blue {
	color: #fff;
	background-color: #61a9dc;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	border-top: 1px #fff solid;
	padding-left: 10px;
}

.row_blue a {
	color: #fff;
	text-decoration: none;
}

.row_blue a:hover {
	color: #fff;
	text-decoration: underline;
}