BODY{
  background-color : #b4b4f0;
  color : #0a0a50;
  font-size : 11pt;
  scrollbar-base-color:#303030;
  scrollbar-face-color:#303030;
  scrollbar-arrow-color:#eeeeee;
  scrollbar-3dlight-color:#303030;
  scrollbar-highlight-color:#eeeeee;
  scrollbar-shadow-color:#eeeeee;
  scrollbar-darkshadow-color:#303030;
}
A{
  text-decoration : underline;
  color : blue;
}
A:LINK {
  color : blue;
}
A:VISITED {
  color : blue;
}
TD{
  
  background-color : #dcdcff;
  font-size : 9pt;
  border : 1pt solid  black;
  vertical-align : top;
}




strong{
  font-size : 10pt;
}
h1{
  font-size : 23pt;
  font-weight : bold;
}
div.main{
  text-align : center;
  width : 100%;
  left : 0px;
}
.larger{
  font-size : 115%;
  font-weight : bold;
}
