/*
	SysCON - Template cascaded style sheet
	By Martin Eitzenberger <m.eitzenberger@unix.net>
	http://www.psiplus.at
	Licensed under the terms of the GNU GPL
*/

body
{
  color:#000000;
  background-color:#FFFFFF;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
  font-family:Arial,Helvecia,sans-serif;
  font-size:10pt;
}

td
{
  font-size:10pt;
  font-family:Arial,Helvecia,sans-serif;
  color:#000000;
}

.sm
{
  font-size:8pt;
}

.md
{
  font-size:10pt;
}

.lg
{
  font-size:16pt;
}

.box
{
  border-style:solid;
  border-width:1px;
  border-color:#000000;
}

a,a:link,a:active,a:visited
{
  font-family:Arial,Helvecia,sans-serif;
  font-size:10pt;
  text-decoration:none;
  color:#96c4cc;
}

a:hover
{
  font-family:Arial,Helvecia,sans-serif;
  font-size:10pt;
  text-decoration:underline;
  color:#0093ad;
}
