.fright{
	float:right;
}
.fleft{
	float:left;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
.tjustify{
	text-align:justify;
}
.clear{
	clear:both;
}
.noMargin{
	margin:0px;
}
.noMarginLeft{
	margin-left:0px;
}
.noMarginRight{
	margin-right:0px;
}
.noPadding{
	padding:0px;
}
.hidden{
	display:none;
}
.noHeight{
	height:0px;
}
.block{
	display:block;
}
ul{
	list-style:none;
}
a img{
	border:0px solid #FFF;
}
.font12{
	font-size:12px;
}
.warning{
	color:#BA0000;
}
.icons{
	width:20px;
}
.center{
	text-align:center;
}

.width120{
width:120px;
}
.width170{
width:170px;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{

	text-decoration:underline;
}
h1,.baseline,.phrase{
width:998px;
margin:0px auto;
text-align:center;
clear:both;
font-size:9px;
font-weight:normal;
color:#AAAAAA;
}
.color-gris{
	background:#EEEEEE;
}
.paddingLeft5px{
	padding:0 0 0 5px;
}
