BODY { 
  background: white;
  color: black; 
  font-family: sans-serif;
  margin: 0px;
  margin-left: 0.5cm;
  margin-right: 0.5cm;
}

BODY.DEC { 
  background: white;
  color: black; 
  font-family: sans-serif;
  margin: 0px;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block;
}

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display: inline }

H1, H2, H3, H4 { 
  margin-top: 1em; 
  margin-bottom: 1em 
}
H5, H6 { margin-top: 1em }
H1 { text-align: center }
H1, H2, H3, H4, H6 { font-weight: bold }
H5 { font-style: italic }
H1 { font-size: x-large}
B, STRONG { font-weight: bolder }  
I, CITE, EM, VAR { font-style: italic }
BLOCKQUOTE { font-style: normal }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
PRE { white-space: pre }

BLOCKQUOTE { 
  margin-left: 3em; 
  margin-right: 3em 
}

DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0pt }

DT { margin-bottom: 0pt }
DD { 
  margin-top: 0pt; 
  margin-left: 3em 
}

HR { 
  color: #E0E0FF;
  height: 2px; 
}       

P { text-align: justify }
P.center { text-align: center }
BLOCKQUOTE { text-align: justify }
H1 { color: black; }

A:VISITED { 
  color: Gray;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
}

A { 
  color: Gray;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;	

}

A:HOVER { 
  background: White;
  color: #AAAAFF;
  font-weight: bold;
  border-style: solid;
  border-color: #AAAAFF;
  border-left-width: 0pt;
  border-right-width: 0pt;
  border-top-width: 1px;
  border-bottom-width: 1px;
}


TABLE {
  margin-left: 10%; 
  width: 80%; 
  border-width: 0px;
}

TABLE.TITLE {
  margin: 0%;
  width: 100%; 
  text-align: center;
}

TABLE.MENTION {
  width: 100%; 
  color : Black;
  text-align: left;
  font-size: xx-small;
  font-family: normal;
  margin: 0px;
  background: white;
  border-top-width: 2px;
  border-color: #DEDEFF;
  border-style: solid; 
}

P.DEC{ 
  margin-left: -5%;
  margin-right: -5%;
}

TD { 
  border-style: solid; 
  border-width:0px; 
  border-color: gray;
  padding: 0px;
}

TD.RIGHT { 
  text-align: right;
}

TH {
  background: #EEEEEE; 
  color: Black; 
  text-align: center; 
  font-weight: bolder;
  border-style: solid; 
  border-width:1px; 
  border-color: gray
}
  
H2 { 
  font-size: medium; 
  font-weight:bolder;
  border-style: solid; 
  border-width:0px; 
  border-bottom-width:2px; 
  border-color:#DEDEFF;
}

H3 { 
  font-size: medium; 
  font-style: italic;
  border-style: solid; 
  border-width:0px; 
  border-bottom-width:2px; 
  border-color:#DEDEFF
}

H3 { 
  font-size: medium; 
  border-style: solid; 
  border-width:0px; 
  border-bottom-width:1px; 
  border-color:#DEDEFF
}

IMG.PDF {  
  border-width: 0px;
}



