* {
  font-family: Trebuchet MS,Verdana,helvetica,sans-serif;
}

li,p,div,table,body {
  font-size: 14px;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom:0px;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom:0px;
}
h3 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom:0px;
}
h1 a,h1 a:visited, h2 a,h2 a:visited {
    text-decoration: none;
    color: green;
    border-bottom: 1px dashed #696;
}

p {
  margin-top:0px;
  padding-top:0px;
}

body {
  background: #fff;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left: 0px;
  padding-right: 0px;
  color: black;
}


#footer {
  margin-top: 0.8em;
  clear: left;
  text-align: center;
}

#headerlogo {
  background: url(gfx/header-logo.gif) no-repeat;
  height: 25px;
  width: 106px;
  float: left;
}

#headertitlebar {
  background: url(gfx/header-titlebar.gif) no-repeat;
  height: 25px;
  width: 366px;
  float: right;
}

#headerbar {
  background: url(gfx/header-back.gif) repeat-x;
  height:25px;
}

#header {
  bdackground: url(gfx/header.gif);
  text-align: left;
}

#header a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Sans-serif;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.menu {
  float: left;
  color: #bbb;
  font-size: 12px;
  font-family: Verdana, Sans-serif;
  background: #ddd;
}

div.menubarend {
  float: left;
  height: 14px;
  width: 21px;
  background: url(gfx/menubar-end.gif) no-repeat;
}

#page {
  margin-top: 40px;
  padding-left: 80px;
  padding-right:40px;
}

div.info {
  background: #ffc;
  border: 1px solid #cc8;
  padding: 0.4em;
  margin-bottom: 1em;
}

a {
  color: #44c;
  }

a:visited {
  color: #44c;
  }

img {
  border: 0px;
  }

input {
  border-color: #ccd3e3;
  margin:0pt;
  background:#fdfdfd;
  }

input.readonly {
  border: 0;
  background: #eef;
  }

textarea {
  border-color: #ccd3e3;
  margin:0pt;
  background:#fdfdfd;
  }

select {
  border-color: #ccd3e3;
  margin:0pt;
  background:#fdfdfd;
  }

td {
    vertical-align: top;
}

/* Used to format large tables */
td.rh {
  background: #4070b0;
  color: #fff;
  font-weight: bold;
  }
tr.r1 {
  background: #a9d8d6;
  }
tr.r2 {
  background: #99c8c6;
  }

img {
  border: 0px;
}

#popup {
  margin: 5px 5px 5px 5px;
  font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
}

a.add {
  background: url(gfx/add_16.gif) no-repeat;
  padding-left: 18px;
  margin-right: 10px;
}

a.delete {
  background: url(gfx/subtract_16.gif) no-repeat;
  padding-left: 19px;
}

a.snext {
  padding-right: 18px;
  background: url(gfx/c-next.png) no-repeat center right;
}

a.sback {
  padding-left: 18px;
  background: url(gfx/c-back.png) no-repeat center left;
}

span.emph {
  color: #c22;
}

div.subsection {
    padding-left: 3em;
    padding-right: 1.5em;
}

