#html,body {
  font-family: Arial;
  margin-top: 10px;
}
#header {
}
#menu {
  vertical-align: middle;
  width: 100%;
  text-align: center; 
}
#menu_bar {
  padding-top: 2px;
}
#menu a {
  border: 1px silver solid;
  margin: 1px 4px 1px 4px;
  padding: 1px 5px 1px 5px;  
}
#menu a:visited {
  color: green;
  text-decoration: none;
  font-weight: bold;
}
#menu a:link {
  color: green;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
  color: green;
  text-decoration: underline;
}
#content {
  width: 880px;
  min-height: 400px;
  text-align: justify;
  padding: 10px 10px 10px 10px;
  font-size: small;
}
input,textarea,button,select,option {
  border: 1px rgb(101,101,101) solid;
  background-color: rgb(223,223,223);
  font-family: Arial;
  font-size:10pt;
}
table {
  margin: auto;
  font-size: small;  
  border-collapse: collapse;
}
#top_right {
  text-align:right;
  width:900px;
  margin:auto;
  font-size:small;
}
div.error {
  color: red;
  font-size: 15pt;
}
td {
  vertical-align:top;
}
table.decorated th{
  border-bottom:2px black double;
  font-weight: bold;
  font-size:14px;
}
table.decorated td {
  
}
/*a img {
  margin-left:5px;
}*/
p {
  margin-bottom: 5px;
}
span.fac {
  font-size:13pt;
  color:red;
}

