body {
  margin-bottom: 0px;
  margin-left  : 0px;
  margin-right : 0px;
  margin-top   : 0px;
  font-family  : georgia;
  font-size    : 12px;
  text-align   : justify;
}

.menu {
  font-family: verdana, arial;
  font-size  : 11px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: rgb(96,72,0);
  text-align   : left;

}

div.menu {
}

.title {
  background-color: rgb(100,164,43);
  font-weight: bold;
}

.mlist {
  color: rgb(250,250,0);
  font-weight: bold;
}

.fileheader1 {
  color: rgb(250,250,0);
  font-weight: bold;
  font-size: 40px;
  font-family: arial;
}

.fileheader2 {
  color: rgb(250,250,0);
  font-weight: bold;
  font-size: 30px;
  font-family: arial;
}

.fileheader3 {
  color: rgb(255,255,255);
  font-size: 25px;
  font-family: rockwell;
}

h1 {
  font-size: 25px;
  text-align: center;
}

h2 {
  font-size: 18px;
  text-align: left;
}

#footer {
  font-family: verdana, arial;
}
#footer a {
  color: rgb(96,72,0);
  text-decoration: none;
}
#footer a:hover {
  color: rgb(96,72,0);
  text-decoration: underline;
}

#menu a {
  color: rgb(96,72,0);
  text-decoration: none;
}
#menu a:hover {
  color: rgb(96,72,0);
  text-decoration: underline;
}

a {
  color: rgb(100,164,43);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.textinput	{
             font: 13px arial, verdana, sans-serif;
		 text-align: left;
		 width: 99%;
             height: 18px;
		 border: #999999 1px solid;
            }

.textarea	{
             font: 13px arial, verdana, sans-serif;
		 text-align: left;
		 width: 99.5%;
		 border: #999999 1px solid;
            }

.dropdown 	{ 
             width: 99.5%;
             height: 20px;
		 font: 11px verdana, arial, sans-serif;
             border: #999999 1px solid;
            }
