/* ########################## */
/*      REDEFINE STYLES       */
/* ########################## */

h1 {
  font-size: 160%;
  margin: 0px 0px 7px 0px;
  color: #404050;
  font-weight: normal;
}
h2 {
  font-size: 120%;
  margin: 0px 0px 6px 0px;
  color: #404050;
  font-weight: normal;
}

h3 {
  font-size: 100%;
  margin: 0px 0px 5px 0px;
  color: #808080;
  font-weight: normal;
}

h6 {
  font-size: 76%;
  margin: 0px 0px 0px 0px;
  color: #606870;
  font-style: italic;
  font-weight: normal;
}

p {
  font-size:1em;
  margin: 0 0 0 0;
  padding-left: 0.7em;
}

table {
  font-size:1em;
}

/* CONTENT EDIT STYLES */

p.contentHeaderBig {
  font-size: 1.9em;
  margin: 0.3em 0em 0.4em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 1px solid #909090;
  font-style: none;
  padding-left: 0.5em;
}

p.contentHeaderStandard {
  font-size: 1.5em;
  margin: 0.3em 0em 0.4em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 1px solid #909090;
  font-style: none;
  padding-top: 0.4em;
  padding-left: 0.6em;
}

p.contentHeaderSmall {
  font-size: 1.2em;
  margin: 0.3em 0em 0.2em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 0px solid #909090;
  font-style: none;
  padding-top: 0.4em;
  padding-left: 0.6em;
}

a:visited, a:link, a:focus, a:hover, a:active {
  text-decoration: none;
  color: #0c3a7c;
}

a:hover {
  text-decoration: underline;
}

td.boxuser {
  background-image: url(MEDIA/BlueBoxUser.gif);
}

td.boxprovider {
  background-image: url(MEDIA/BlueBoxProvider.gif);
}