.tran {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFFCC;
}
.tran ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFFFCC;
}
.tran a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	display: block;
	background-color: #FFFFCC;
	font-weight: normal;
}
.tran a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFFFCC;
}
.tran a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFFFCC;
}
.tran a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFCC;
}
.tran a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFCC;
}
