
  /*
    boring stuff:
      vi: wm=0:tw=0
      $Id: style.css,v 0.30 2003/12/22 04:08:31 davidtg Exp davidtg $
  */

body
{
  font-family : Verdana, Arial, Helvetica, sans-serif ;
  color : #333333 ;
}

.headline
{
  font-family : Times, serif ;
  font-weight : bold ;
  font-size : large ;
  text-align : left ;
  margin-left : 10% ;
  color : #365789 ;
}

.headitem
{
  font-family : Times, serif ;
  font-weight : bold ;
  font-size : x-small ;
  text-align : left ;
  margin-left : 10% ;
  color : #686666 ;
}

.bodyline
{
  font-family : Times, serif ;
  margin-left : 10% ;
  color : #365789
}

.subcat
{
  font-family : Times, serif ;
  font-size : x-small ;
  text-align : right ;
}

a.subcat
{
  font-family : Times, serif ;
  font-size : x-small ;
  text-align : right ;
}

.foot
{
  text-align : right ;
  font-size : x-small ;
  background-color : black ;
  color : #dbdbdb ;
}

a.imglink
{
  font : 20pt times, serif ;
  color : #365789 ;
  width : 101px ;
  height : 19px ;
  background : #bfd1df url(/img/blue.jpg) no-repeat ;
  text-align : left ;
  padding-top : 0px ;
  padding-bottom : 0px ;
  display : block ;
  text-decoration : none ;
}

a.imglink:hover
{
  font : 20pt times, serif ;
  color : #365789 ;
  text-decoration : none ;
  background : white url(/img/white.jpg) no-repeat ;
}

a.onlink
{
  font : 20pt times, serif ;
  color : #365789 ;
  width : 101px ;
  height : 19px ;
  background : #bfd1df url(/img/white.jpg) no-repeat ;
  text-align : left ;
  padding-top : 0px ;
  padding-bottom : 0px ;
  display : block ;
  text-decoration : none ;
}

.txtnav { font-size : small ; color : #000000 ; }

.txtnav a { text-decoration : none ; color : #385789 ; }
.txtnav a:link { background-color : #bfd1df ; }
.txtnav a:visited { background-color : #bfd1df ; }
.txtnav a:hover { background-color : white ; }




