/* CSS Document */

.text-blue  {   font-family: Eurostile; color: #0000FF;  font-size: 12pt; }

.text-red  {   font-family: Eurostile; color: #FF0000;  font-size: 12pt; }

.link-red  {   font-family: Eurostile; color: #FF0000;  font-size: 12pt; text-decoration: underline; }

.text-black-normal  {   font-family: Eurostile; color: #000000;  font-size: 12pt; }

.text-large-black {   font-family: Eurostile; color: #000000;  font-size: 16pt; }

.text-large-blue {   font-family: Eurostile; color: #0000ff;  font-size: 16pt; }

.text-bold  {   font-family: Eurostile; color: #0000FF;  font-size: 12pt; font-weight: bold; }

.link-norm	{   font-family: Eurostile; color: #0000FF;  font-size: 12pt; text-decoration: underline; }

.text-small-blue {   font-family: Eurostile; color: #0000FF;  font-size: 8pt; font-weight: bold; }

.text-small-blue-norm {   font-family: Eurostile; color: #0000FF;  font-size: 10pt; }

.text-small-black-norm {   font-family: Eurostile; color: #000000;  font-size: 10pt; }

.text-small-black {   font-family: Eurostile; color: #000000;  font-size: 8pt; font-weight: bold; }

body {	background-color: #FFFFFF; }
