html { margin: 0; padding: 0; }

body {
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  color:#333333;
  line-height:13px;
  margin:0px;
  padding:0px;
}

h1 { font-size: 14px; font-weight: bold; line-height: 18px; margin: 0; }
h2 { font-size: 11px; font-weight: bold; line-height: 15px; margin: 0; }
h3 { font-size: 12px; font-weight: bold; line-height: 16px; margin: 0; }
h4,h5,h6 { font-size: 11px; font-weight: bold; line-height: 15px; margin: 0; }

p { margin: 0 0 6px 0; }
hr { width: 100%; border: 0; color: #ccc; background-color: #ccc; height: 1px; margin: 10px 0 10px 0; padding: 0; }
a:link, a:visited, a:active{color: #a0522d; text-decoration: none;  font-weight: bold;  outline: none;}
a:hover {color: a0522d; text-decoration: underline; font-weight: bold; outline: none;}
img { border: 0; outline: none; }
.clearfloat { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
.highlightEdit { background-color:#ccc; }

.ajaxmess {
  position:absolute;
  display:none;
  z-index:10;
}

.browntext {
  color:#a0522d;
}