.TEXT {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	text-align: right;
}
.MENU {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	filter: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=n)?, OffX=?, OffY=?, Positive=?); 

}
.TEXT-UPPERCASE {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	text-transform: uppercase;

}
.HEADER {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	filter: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=n);
	text-transform: uppercase;

}
.TEXT-SMALL {

	font-family: Arial;
	font-size: 7px;
	color: #333333;
	text-transform: uppercase;
}
