BODY {
  font-family: Verdana, Tahoma, serif;
  font-size: 70%;
  background-color: white; 
  margin-left : 2px;
  margin-top: 2px;
  margin-right : 2px;
  margin-top : 2px;
}

P {
  margin-top: 5pt;
  margin-bottom: 5pt;
}

H1 {
  font-size: 200%;
  font-weight: bold;
/*  color: white;
  background-color: #3a85ad; */
  color: black;
  background-color: #FFCC00; 
  margin-top: 5pt;
  margin-bottom: 16pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  padding-left: 1cm;
}

H2 {
  font-size: 150%;
  font-weight: bold;
  margin-top: 5pt;
  margin-bottom: 16pt;
  margin-left : 0.2cm;
}

H3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 4pt;
  margin-top: 4px; 
/*  margin-left: 0.25cm; */
}

H4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px; 
}

TABLE {  
  border: none;
  border-color: white; 
}

TH {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%; 
/*  background-color: #D0D0D0; */
  padding-right: 6pt; 
  padding-left: 6pt;
}

TD {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 70%;
/*  background-color: #F0F0F0; */
  padding-right: 4pt; 
  padding-left: 4pt;
}


.link { 
  text-decoration: underline;
  color: blue;
  cursor: hand;
}

A:link, A:visited { 
  text-decoration :underline;
  color : blue;
}

A:hover {
  background-color : #D0D0FF;
  text-decoration: none;
  color: black;
}

A.Bold {
  font-weight: bold;
}

OL {  
  margin-left: 12pt;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

LI {  
  list-style-position: outside; 
  list-style-type: square;
  margin-top: 1pt; margin-bottom: 0pt;
  margin-left: 12pt;
}

UL {
  list-style-position: inside; 
  list-style-type: circle;
  margin-left   : 15px;
  margin-right  : 5px;
  margin-top    : 5px;
  margin-bottom : 5px;
}


DIV {
  margin-top: 2px; 
  margin-right: 0.5cm; 
  margin-bottom: 2px; 
  margin-left: 0.5cm; 
}

IMG {
  margin-top: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px;
  padding-top: 0px; 
  padding-right: 0px; 
  padding-bottom: 0px; 
  padding-left: 0px;
}

P.Stamp {
  width: 175;
  border: solid black 2.px;
  padding: 3pt;
  margin: 3pt;
  text-align: left;
}

.CopyRight {font-size: 7pt; color: #808090; text-align: right; font-family: Tahoma, Arial, sans-serif; margin-top:1cm}
.Comment {font-size: 7pt; color: #808090; font-family: Tahoma, Arial, sans-serif}

