/*--
  -- STYLE.CSS
  -- 
  -- "All rights reserved to Claudio Balestrino.
  --  Disclosure, reproduction or whatsoever use of this page (with or
  --  without modifications) without the prior written authorisation of Claudio
  --  Balestrino is forbidden. Violations shall be prosecuted."
  --
  -- Project: JS
  --
  -- Version: 1.0
  --
  -- Written by: Claudio Balestrino
  --
  -- Description: this file contains the stylesheet of Just Soul
  --
  -- Latest Revision Date:
  --
  -- Major changes (add new changes to the top)
  --
  -- Date		Author		Brief Description		Id
  -- ---------------------------------------------------------------
  -- 01/06/05		Todd		Initial writing
  --
  --*/


body
{
  font-family: Verdana, Arial;
  font-size: 11px;
  scrollbar-face-color: #214E7F;
  scrollbar-track-color: #e9f0fa;
  scrollbar-arrow-color: #ffbb00;
}


a
{
  text-decoration: underline;
  color: #333370;
}


a:hover
{
  text-decoration: underline;
  color: #7799bb;
}


.text1
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: normal;
  text-decoration: none;
  color: #4F4F4F;
}


.text2
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: normal;
  text-decoration: none;
  background: #F3F6FB;
}


.text3
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: normal;
  text-decoration: none;
}


td.text4
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}


a.text4
{
  color: #FFFFFF;
  text-decoration: underline;
}


a.text4:hover
{
  color: #D3E6FB;
  text-decoration: underline;
}


.text5
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: normal;
  text-decoration: none;
  background: #F3F3F3;
}


.text6
{
  font-size: 10px;
  font-family: verdana, arial;
  font-weight: bold;
  text-decoration: none;
  color: #214F7E;
}


.button1
{
  font-size: 7pt;
  font-family: verdana;
  color: #000000;
  background: #FFFFFF;
  border: 1px;
  border-color: black;
  border-style: solid;
}


.button2
{
  font-size: 7pt;
  font-family: verdana;
  color: #FFFFFF;
  background: #214F7E;
  border: 1px;
  border-color: black;
  border-style: solid;
}
