.table
 {
  border: #8D85B6; 
  border-style: solid; 
  border-top-width: thin; 
  border-right-width: thin; 
  border-bottom-width: thin; 
  border-left-width: thin
 }

.link1
 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11pt;
  color: #083E80;
  text-decoration: none;
  font-weight: bold
 }

.link1:hover
 {
  text-decoration: none
 }

.button
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  background: #8D85B6;
  border-right: 3px solid #363151;
  border-left: 3px solid #9F99BD;
  border-top: 3px solid #9F99BD;
  border-bottom: 3px solid #363151;
 } 

.input
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  background: #AFABC3;
  border-right: 2px solid #C7C3D5;
  border-left: 2px solid #C7C3D5;
  border-top: 2px solid #C7C3D5;
  border-bottom: 2px solid #C7C3D5;
 }

a:link
 {
  font            : 11pt Arial, Helvetica, sans-serif; 
  font-weight     : bold;
  text-decoration : none;
  font-style      : normal; 
  color           : black;
 }

a:active
 {
  font            : 11pt Arial, Helvetica, sans-serif; 
  font-weight     : bold; 
  text-decoration : none;
  font-style      : normal; 
  color           : black;
 }

a:visited
 {
  font            : 11pt Arial, Helvetica, sans-serif; 
  font-weight     : bold;
  text-decoration : none;
  font-style      : normal; 
  color           : black;
 }

a:hover
 {
  font            : 11pt Arial, Helvetica, sans-serif; 
  font-weight     : bold;
  text-decoration : none;
  font-style      : normal; 
  color           : black;
 }

a 
 {
  text-decoration: none
 } 

a:hover 
 {
  text-decoration: none
 }

body 
 { 
  scrollbar-face-color: #8D85B6; 
  scrollbar-shadow-color: #ffffff; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-3dlight-color: #C7C3D5; 
  scrollbar-darkshadow-color: #C7C3D5; 
  scrollbar-track-color: #C7C3D5; 
  scrollbar-arrow-color: #ffffff;
 }
