BODY {
   font-family:           Arial,
                          Helvetica,
                          sans-serif;
   color:                 #FFFF00;
   text-align:            justify;
   background-color:      #000088;   
   background-image:      url(../images/euro_bg.jpg);
   background-repeat:     repeat;
   background-attachment: fixed;
}

A:LINK {
   color: #FFFF00;
   text-decoration: none;
}

A:VISITED {
   color: #FFFF00;
   text-decoration: none;
}

A:ACTIVE {
   color: #FFFF00;
   text-decoration: none;
}

A:HOVER {
   color: #FFFF00;
   text-decoration: underline;
}

H1 {
   text-align: center;
}

IMG {
   border: 0;
}

IMG.head {
   position: relative;
   top:      13px;
}

IMG.flag {
   height: 55px;
   width:  84px;
}

IMG.tiny {
   height: 1px;
   width:  1px;
}

HR {
   width:       80%;
   color:       #FFFF00;
   background:  #000088;
   text-align:  center;
}

TABLE.grid {
   padding: 4px;
}

TD.grid {
   color:       #000088;
   background:  #FFFF00;
   padding:     4px;
   width:       110px;
}

TABLE.display {
   color:             #000088;
   background:        #FFFF00;
   background-image:  url(../images/table_bg.jpg);
   background-repeat: repeat;
   padding:           0;
   width:             100%;
}

TD.display {
   font-weight: bold;
   text-align: center;
}

TD.country {
   color:       #2F4F4F;
   font-weight: bold;
   text-align:  center;
}

TD.currency {
   color:       #4A766E;
   font-weight: bold;
   font-style:  italic;
   font-size:   10pt;
   text-align:  center;
}

DIV.EuroInput {
   text-align: center;
}

LABEL.Amount {
   font-weight: bold;
}

DIV.EuroOutput {
   text-align: center;
}

P {
   font-size:    10pt;
   margin-left:  10%;
   margin-right: 10%;
}

P.intro {
   color:      #FFFF00;
   text-align: justify;
} 

P.director {
   text-align:  center;
   font-size:   8pt;
   font-weight: bold;
}

P.bottom {
   color:        #FFFF00;
   text-align:   left;
   font-style:   italic;
}

P.note {
   color:       #FF0000;
   text-align:  center;
   font-size:   14pt;
   font-weight: bold;
}
 