body, p, td
  { font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black; }

a
  { font-size: 12px;
    color: #376A37; }

a:hover
  { text-decoration: none; }

h3
  { font-size: 12px; } 

a.global
  { font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #376A37; }

a.global:hover
  { text-decoration: underline; }

small,.small
  { font-size: 11px; }

.maincontent
  { border: 2px solid #3B6B39; }

.image
  { border: 1px solid #376A37; }
  
.error
  {
    color: #ff0000;
  }
  
.warn
  {
    color: #ff0000;
  }