body {
  background-color: #FFFFFF;
  margin: 0px;
  /*margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;*/
  /*overflow: hidden;*/
  background-image: url(../assets/background.gif);
  /*background-repeat: repeat-y;*/
  color: #000000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
}

.edger {  
  background-image: url(../assets/mjbkgr.jpg);
  background-repeat: repeat-y;
}

.footer {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 7pt;
}

.just {
  text-align: justify;
}

textarea {
    font: 10pt Georgia, Times New Roman, Times, serif;
    border: 1px solid #666666;
    color: #000000;
    background-color: white;
}
 
input {
    font: 10pt Georgia, Times New Roman, Times, serif;
    border: 1px solid #666666;  
    color: #000000;
    background-color: #ffffff;
    margin: 0em 0em 0em 0em;
}
 
select {
    border: 1px;
    border-style: solid;
    border-color: #666666;
    font: 10pt Georgia, Times New Roman, Times, serif;
    margin: 0em 0em 0em 0em;
} 

td {
  color: #666666;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 11pt;
}

h1 {
  color: #666666;
  font-size: 12pt;
  font-weight: bold;
}

h2 {
  color: #666666;
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  color: #666666;
  font-size: 10pt;
  font-weight: bold;
}

ul {
   list-style-type: circle;
}

li {
   list-style-type: circle;
}

a:link {
  color: #666666;
  text-decoration: none;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
}

a:visited {
  color: #666666;
  text-decoration: none;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
}

a:hover {
  color: #666666;
  text-decoration: none;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
}

a:active {
  color: #666666;
  text-decoration: none;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
}

hr {
  color: #666666;
  height:1px;
}

legend {
  color: #000000;
}

form {
    border: none;
}

input.context {
    /* background: White url(linkTransparent.gif) left no-repeat;*/ 
    color: #666666;
    font-weight: normal;
    padding: 1px 1px 1px 10px;
    text-transform: lowercase;
}