
a:link {
  text-decoration : none;
  color: #6600ee;
}

a:link#ALL {
  background-color:#ffffff;
  width: 100%;
}

a:visited {
  text-decoration : none;
  color: #9b81d8;
}

a:visited#ALL {
  background-color:#ffffff;
  width: 100%;
}

a:hover {
  text-decoration : none;
  color: #595fbd;
}

a:hover#ALL {
  background-color:#f2f2f2;
  width: 100%;
}

a:hover#TITLE {
  text-decoration : underline overline;
}

body,table,td {
  color:#5b5b5b;
  font-size:10pt;

}



SMALL {
  font-size : 9pt;
}


.title2 {
  font-size : 10px;
  letter-spacing:2px;
}

INPUT,TEXTAREA {
  color:#5b5b5b;
  font-size:10pt;
  background-color:#ffffff;
  border-width : 1pt;
  border-style : solid;
}
