div.section
  {
    font-family: palatino, georgia, times new roman, serif;
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
  }

div.link
 {
   margin-top: 3px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 2px;
   font-size: .8em;
   text-align: center;
   background-color: #DCDCDC;
   -moz-border-radius: 0.5em;
   border-left: solid white 2px;
   border-top: solid white 2px;
   border-right: solid #BABABA 2px;
   border-bottom: solid #BABABA 2px;
   cursor: pointer;
 }

div.simple
 {
   width: 147px; 
 }

div.group
 {
   text-align: center;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   -moz-border-radius: 0.5em;
   border: solid #787878 1px;
   background-color: #E9E9E9;
 }

a.simple
 {
   color: black;
 }

div.form
 {
   margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   width: 150px;
 }

div.topform
 {
   margin-top: 3px;
 }

div.link a
 {
   color: black;
 }

div.link:hover
 {
   background-color: #B2CCCB;
   -moz-border-radius: 0.5em;
 }

div.uline:hover
 {
   text-decoration: none;
 }

input.link
 {
   margin: 0px;
   margin-top: 8px;
   margin-bottom: 5px;
   width: 134px;
   padding: 0px;
   padding-bottom: 2px;
   background-color: #CDD9EA;
   border-left: solid #BABABA 2px;
   border-top: solid #BABABA 2px;
   border-right: solid #E2EAF3 2px;
   border-bottom: solid #E2EAF3 2px;
   -moz-border-radius: 1em;
   cursor: pointer;
 }

input.link:hover
 {
   border-left: solid #E2EAF3 2px;
   border-top: solid #E2EAF3 2px;
   border-right: solid #BABABA 2px;
   border-bottom: solid #BABABA 2px;
 }
   

input.textinput
 {
   margin: 5px;
   margin-bottom: 0px;
   padding: 0px;
   width: 130px;
   text-decoration: none;
   border: solid #BABABA 1px;
 }

input.textinput:hover
 {
   border: solid #787878 1px;
 }

textarea.textinput
 {
   margin: 0px;
   padding: 0px;
   width: 8em;
 }

form.link
 {
   margin: 0px;
   padding: 0px;
   padding-bottom: 2px;
 }
