body, td {
  font-family: Verdana;
  font-size: 10pt;
  margin:0px;
  /*background-color: #F3F4E1;*/
  font-size: 11px; /* 12px = 9pt*/
  line-height: 18px;
}
a:hover {
  text-decoration: underline;
  color:#FF0000;
}
a:hover.design {
  text-decoration: underline;
}
a.top, a:visited.top, a:active.top {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover.top {
  text-decoration: underline;
  color:#FFFFFF;
}
a.design {
  text-decoration: underline;
}
a.left, a:link.left, a:visited.left, a:active.left {
  color: #000000;
}
a:hover.left {
  text-decoration: none;
  color:#DF0000;
}
a.ABStop, a:link.ABStop, a:visited.ABStop, a:active.ABStop {
  color: #000000;
  text-decoration: none;
}
a:hover.ABStop {
  color: navyblue;
  text-decoration: underline;
}
.normal {
  font-family:Verdana;
  font-size:7pt;
}
.title {
  background: #004CC3 url('images/arrows-white_v.gif') no-repeat left center;
  /*background: url('images/bevel.gif');*/
  font-family:Tahoma;
  font-size:10pt;
  color:white;
  font-weight:bold;
  padding-left:20px;
  background-color:#004CC3;/*0487D5*/
}
.box {
  border: 1px solid #004CC3;/*0487D5*/
  border-top: 0px;
  padding: 5px;
  background-color: white;
  width: 100%;
  filter:Alpha(Opacity=90);
  font-size: 11px;
  line-height: 18px;
}

blockquote.test {
  color: #000000;
  width: 100%;
  height: 110;
  overflow: auto;
  margin:  2px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: #000000;
  padding: 3px;
  background-color: #ffffff;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #91BDFF;
  scrollbar-darkshadow-color: #91BDFF;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-face-color: #004CC3;
  scrollbar-arrow-color:  #ffffff;
  scrollbar-track-color: #FDFDFD;
}

/*<style>
 *<!--
 *a:hover      { text-decoration: underline; color:#FF0000 }
 *a:hover.design { text-decoration: underline }
 *a            { text-decoration: underline }
 *a.top        { color: #FFFFFF }
 *a.design     { text-decoration: underline }
 *-->
 *</style>
 *
 */