body {
   background-image: url(images/base.jpg);
   background-position: top;
   background-repeat: no-repeat;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #541C6A;
   line-height: 16px;
}
body.start {
   background-image: url(images/start.gif);
   background-position: top;
   background-repeat: no-repeat;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #541C6A;
}
body.popup {
   background-image: url(images/pop-up.gif);
   background-position: top;
   background-repeat: no-repeat;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #541C6A;
   line-height: 17px;
}

.menu {
  font-weight: bold;
  font-size: 11px;      
  color: white;
  text-align: center;
}
a, a:visited {
   text-decoration: underline;
   color: #D74822;
}
a.menu, a.menu:visited {
   text-decoration:none;
   color: white;
}
H1 {
   font-size: 12px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
   
}
p {
   margin-top: 10px;
}
td {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #541C6A;
   vertical-align: top;
   text-align: left;
   height: 14px;
}
ul, li {
   list-style-type: square;
   list-style-position: outside;
   margin-left: 8px;
}
input, textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: Black;
   vertical-align: top;
   
}
input.button {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   background-color: #541C6A;
   color: white;
}
