/*
   stylesheet.css
*/

/*-- body --*/
body {
  background: #e0e0e0;
  color: #000000;
  margin: 0px 0px 0px 0px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
}

/*-- default links --*/
a:link {
  color: #0000ff;
}
a:active {
  color: #0000ff;
}
a:visited {
  color: #6600cc;
}

/*-- top menu link --*/
a.topmenu {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  text-decoration: none
}
a.topmenu:link {
  color: #000000;
}
a.topmenu:active {
  color: #000000;
}
a.topmenu:visited {
  color: #000000;
}
a.topmenu:hover {
  text-decoration: underline
}


/*-- top logo link --*/
a.logolink {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none
}
a.logolink:link {
  color: #999999;
}
a.logolink:active {
  color: #999999;
}
a.logolink:visited {
  color: #999999;
}
a.logolink:hover {
  text-decoration: underline
}


h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #596380;
}

.pageheader {
  color: #ffffff;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
}

td {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
