/*
   styles.css
*/

/*-- body --*/
body {
  background: #cccccc;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  color: #000000;
  margin: 0px 10px 10px 10px;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
}

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

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


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


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

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

h3 {
  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: 14px;
}

#navbar {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 5px;
  background-color: #808080;
  background-image: url(images/menubg.gif);
  color: #d0d0d0;
}
