BODY{
  background-color: #FFFFFF;
  background-image : url(bg02.gif);
  background-repeat: repeat-y;
  font-size : 10pt;
}
H1{
  color: #663300;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #993366;
  border-bottom-color : #993366;
  font-size : 19pt;
  
  font-weight : bold;
}
H2{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #f52e60;
  border-bottom-color : #f52e60;
  font-size : 16pt;
  font-weight : 600;
}
H3{
  color : #683400;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ff0080;
  font-size : 12pt;
  font-weight : bold;
}
H4{
  font-size : 10pt;
  font-weight : bold;
  color : #683400;
}
P{
  color : black;
}
A{
  
  text-decoration : none;
  color : maroon;
}
A:VISITED{
  color : #b76f6f;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : none;
}
A:ACTIVE{
  color : blue;
  text-decoration : none;
}
UL{
  
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
EM{
  color : blue;
  font-weight : bold;
  
  font-style : normal;
}
BLOCKQUOTE{
  font-style : normal;
  color : gray;
  font-size : 9pt;
}
CITE{
  font-style : normal;
  color : gray;
  font-size : 9pt;
}
TH{
  font-size : 10pt;
  font-weight : bold;
  background-color : #e1e1c4;
}
TD{
  font-size : 10pt;
  background-color : #e1e1c4;
}

