@CHARSET "UTF-8";
.left {
	text-align: left;	
}
.right {
	text-align: right;	
}
.center{
	text-align: center;	
}
.just {
	text-align: justify;	
}
.uppercase {
	text-transform: uppercase;	
}
.xxsmall {
	font-size: 9px;	
}
.xsmall {
	font-size: 10px;	
}
.small {
	font-size: 12px;	
}
.mid {
	font-size: 14px;	
}
.big {
	font-size: 18px;	
}
.white{
	color: #fff;
}
.gray{
	color: #777;
}
.green{
	color: #329931;
}
.blue{
	color: #333366;
}
.bold{
	font-weight: bold;
}
.dataora{
	font-size: 10px;
	color: #333366;
}
.menu{
	font-family: futura;
	text-transform: uppercase;
	font-size: 10px;
	color: #333366;
	font-weight: bold;
}
.menu:hover{
	color: #329931;
}
.menu_dw{
	text-transform: uppercase;
	font-size: 10px;
	color: #333366;
}
.menu_dw:hover{
	color: #329931;
}