/**
 * Copyright (C) 2001, 2002 Gregoire Lejeune <gregoire.lejeune@free.fr>
 *
 * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 */

.Wts_Title {
  color: #000000;
  font-family: helvetica;
  font-weight: bold;
  vertical-align: middle;
}

.Wts_Normal {
  color: #000000;
  font-family: helvetica;
}

.Wts_Border {
  color: #000000;
  background-color: #DDDDDD;
  font-family: helvetica;
  font-size: 6pt;
}

.Wts_News {
  font-family: helvetica;
  color: #000000;
  background-color: #DDDDDD;
}

/** Tree style */
.LPPF_Tree {
  font-family: helvetica;
  font-size: 12px;
  color: #000000;
  background-color: #EEEEEE;
}

.LPPF_MsgInfo
{
  font-family : Helvetica;
  font-size: 9px;
  font-style:normal;
  color: #000000;
  background-color: #EEEEEE;
}

A {
  text-decoration: none;
  font-family: helvetica;
  color: #666456;
}

A:hover {
  text-decoration: none;
  font-family: helvetica;
  color: #000000;
}

A.LPPF_MailLink {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666456;
  text-decoration: none;
  padding-bottom : 2px;
  padding-top : 2px;
}
A.LPPF_SubjectLink {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666456;
  text-decoration: none;
  padding-bottom : 2px;
  padding-top : 2px;
}
A.LPPF_NewLink {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666456;
  text-decoration: none;
}
A.LPPF_ReplyLink {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666456;
  text-decoration: none;
}

