@charset "iso-8859-1";
html, body { margin: 0; padding: 0; font-size: 90%; font-family: verdana, sans serif, tahoma, lucida console; }


abbr, acronym { cursor: help; border-bottom: 1px dotted;}


.small { font-size: 70%; }


#HeaderDiv .HeaderTitle {
  font-size: 230%;
  margin-left: 15px;
}

#HeaderDiv .HeaderTitle a {
  color: black;
  text-decoration: none;
}

#HeaderDiv .HeaderSubTitle {
  color: #ffffff;
  font-size: 80%;
  margin-left: 15px;
}

#HeaderDiv .right { display: none; }

#HeaderDiv .right a:link, #HeaderDiv .right a:visited, #HeaderDiv .right a:hover { display: none; }




/*-------------------------main textarea----------------------*/

#textarea {
  text-align: left;
 /* margin-top: 5.8em;*/
}

#textarea p {
  margin: 5px;
  margin-bottom: 7px;
}

#textarea li {
  margin-right: 5px;
}

#textarea .textbox {
  margin: 10px;
 }

#textarea .posted {
  text-align: right;
  font-size: 90%;
  font-style: italic;
  margin-top: 5px;
}
 
#textarea .title {
  font-weight: 900;
  font-size: 120%;
  background-color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;

}


  
#textarea .HeaderSubTitle {
  font-size: 100%;
  font-weight: 900;
}

#textarea .limited {
  margin: 5px;
  height: 40px;
  overflow: auto;
}


/*---------navigation------------*/

#navigation { display: none; }
 
/*--------footer---------*/

#FooterDiv p {
  font-size: 80%;
  /*color: #444444; */
  font-weight: 900;
  text-align: center;
}

#FooterDiv a {
  text-decoration: underline;
  font-weight: 900;
  color: black;
  /*color: #444444;*/
}