H3 { color: #6A5ACD; background: #AFEEEE; text-align: center; font-family: arial,sans-serif;; font-size: 16px }
A:link { color: #6A5ACD }
BODY { background: 	white ; text-align: center; font-family: arial,sans-serif;}
DIV.small { background: #e5ecf9; font-size: 10px; color: #3366cc ; font-family: arial,sans-serif;}
DIV.purple { background-color: #ebebfd; color: #49188f; border-color: #b498dc; }
DIV.orange { background-color: #ffeac0; color: #d2501e; border-color: #f29f3e; }
DIV.blue { background: #e5ecf9; color: #3366cc ; border-color:#468 #8ac #8ac #468;}
DIV.green { background-color: #ddf8cc; color: #008000; border-color: #80c65a; }
DIV.balloon { font-family: verdana,arial,serif; background-color: #FFFFFF; color: #008000; border-color: #80c65a; font-size: 12px}
TABLE.large { border-collapse: collapse; font-size: 12px; border: 0px; }
TABLE.largeborder { font-size: 12px; border: solid orange 2px; border-style: dotted }
TABLE { border-collapse: collapse; font-size: 10px; border: 0px; }
TABLE.border { font-size: 10px; border: solid orange 2px; border-style: dotted }
TD.input { font-size: 10px; background: #ddf8cc; text-align: right; border: 0px;   } 
TD.whiteright { font-size: 10px; background: #ffffff; text-align: right; border: 0px;   } 
TD.other { font-size: 10px; background: #ddf8cc; text-align: right }
TD.orange { background: #ffeac0; color: #d2501e; }
input[type="text"] {
  font-family: verdana,arial,serif;
  font-size:9px;
  background-color:white;
  border-color:#80c65a;
  border-width:0px;
  color:#008000;
}
input[type="button"],input[type="submit"] {
  font-family: verdana,arial,serif;
  font-size:9px;
  background-color:white;
  border-color:#80c65a;
  border-width:2px;
  color:#008000;
}
select {
  font-family: verdana,arial,serif;
  font-size:9px;
  background-color:white;
  border-color:#80c65a;
  border-width:0px;
  color:#008000;
}
textarea {
  font-family: verdana,arial,serif;
  font-size:9px;
  background-color:white;
  border-color:#80c65a;
  border-width:1px;
  color:#008000;
}