/*
   pecora | 28 mm
   $Author: pp11 $
   $Name:  $
   $Revision: 1.0 $

   Copyright (C) No Parking 2001 - 2002

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

/*####################################################################
  ## Definitions for default tags
*/
body  {
  background-color    : #ffffff;
  color               : #000000;
  margin-left         : 0px;
  margin-right        : 0px;
  margin-top          : 0px;
  margin-bottom       : 0px;
}

div.content {
	width               : 350px;
	margin              : 2em;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family         : Arial, Verdana, Helvetica;
  color               : #000000;
  font-size           : 9pt;
}

h1 {
  color               : #94848c;
  font-family         : Verdana, Helvetica, Arial;
  font-size           : 10pt;
  font-weight         : bold;
  text-align          : right;
}

h2 {
  color               : #306934;
  font-weight         : bold;
}

th {
  background-color    : #306934;
  color               : #ffffff;
  text-align          : left;
}

th.navi {
  background-color    : #;
  color               : #000000;
  font-weight         : normal;
  text-align          : left;
}

li {
  margin-top          : 4pt;
  margin-bottom       : 4pt;
}

pre  {
  font-family         : Courier New;
  font-size           : 8pt;
}


/*##
  ####################################################################
  ## Links
*/

a  {
  font-weight         : bold;
  text-decoration     : none;
}

a:link  {
  color               : #306934;
}

a:active  {
  color               : #306934;
  text-decoration     : underline;
}

a:visited  {
  color               : #306934;
}

a:hover  {
  color               : #000000;
  text-decoration     : underline;
}

a.navi  {
  color               : #000000;
  text-decoration     : none;
  font-size           : 8pt;
}

a.navi:link  {
  color               : #000000;
}

a.navi:active  {
  color               : #000000;
  background-color    : #ffffff;
  text-decoration     : none;
}

a.navi:visited  {
  color               : #000000;
}

a.navi:hover  {
  color               : #000000;
  background-color    : #ffffff;
  text-decoration     : none;
}


