/*
   stylesheet.css
*/

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

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

/*-- top menu link --*/
a.topmenu {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  /*font-size: 13px;*/
  text-decoration: none
}
a.topmenu:link {
  color: #647D8F;
}
a.topmenu:active {
  color: #647D8F;
}
a.topmenu:visited {
  color: #647D8F;
}
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: #ffffff;
}
a.logolink:active {
  color: #ffffff;
}
a.logolink:visited {
  color: #ffffff;
}
a.logolink:hover {
  text-decoration: underline
}

h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  color: #647D8F;
}

.pageheader {
  color: #ffffff;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #647D8F;
}

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