<!--
/*
Axonn Echysttas Official Website Version 1.0 - Axonn Software Development
Programming by Axonn Echysttas.

Main CSS File.
Created on 2008-08-08. Finished on STILLINWORK.
*/



html, body {height: 100%;}
#tblGaia {height: 100%;}



/*Website Text Colors And Specifications*/



.TitleInPage
{
  color:#FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bolder;
}

.TextInPage
{
  color:#656665;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
}

.DimTextInPage
{
  color:#222222;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: italic;
}



/*Website Text Colors And Specifications*/



A.SquareLink:link
{
  color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
A.SquareLink:visited
{
  color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
A.SquareLink:hover
{
  color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
A.SquareLink:active
{
  color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}



-->