.floatRight {
	float: right;
	position: relative;
	width: auto;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	position: relative;
	width: auto;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.trans {
	background: url(../images/bg-translogo.gif) top left no-repeat;
}
* html .trans { height: 1%; }

.size12 {
   font-size:12px; 
}

.trans ul {
   margin-top:0;
   margin-bottom:0;
   padding-top:6px;
   padding-bottom:15px;
}