/*
** Gray World WebSite CSS.
** 04/09/2003
** Copyright (c) 2003 Gray World Team 
** http://www.gray-world.net
*/

/* 
** MAIN DESIGN STYLES 
*/

body {
        margin-top: 10px;
        margin-bottom: 10px;
	margin-right: 10px;
        margin-left: 10px;
        background: white;
        color: black;
}

a         { color: #0055cc; }
a:visited { color: #0055cc; }
a:hover   { color: #0055cc; }
a:active  { color: #0055cc; }

/* LINK STYLES */

  .tool {
           font-size: 10pt;
           font-weight: bold;
  }

/* TEXT STYLES */

  .pusual, .pepig {
 	text-align: justify;
  }

  /* Specific fonts attributes */
  .pepig { font-style: italic; }
  .ptit {
           font-size: 10pt;
           font-weight: bold;
  }

/* TABLES STYLES */

  /* Default table columns values */
  .tdt {
        font-style: normal;
        font-weight: bold;
	text-align: justify;
	background-color: black;
	color: white;
	white-space: nowrap;
  }

  .tdfr, .tdfl  {
        font-size: 10pt;
  }

  .tdfr { text-align: right; }
  .tdfl { text-align: left; }
