/* -----     Standard     ----- */

body
{
  color:black;
  background-color:white;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  font-size:12px;
  margin-top:50px;
  margin-left:40px;
  margin-right:30px;
/*background-image:url(pics/bg/page06.gif);*/
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:0px;
}

p.block
{
	text-align:justify;
}



A
{
  font-weight:bold;
  color:blue;
  background-color:transparent;
  text-decoration:none;
}

A:hover
{
  text-decoration:underline;
}

A:active
{
  text-decoration:underline;
}

h1
{
  font-size:17px;
  font-weight:bold;
}

h2
{
  font-size:15px;
  font-weight:bold;
}

h3
{
  font-size:13px;
  font-weight:bold;
}

th
{
  font-size:12px;
  text-align:left;
  vertical-align:top;
}

td
{
  font-size:12px;
  text-align:left;
  vertical-align:top;
}



th.bg
{
  background-color:#D0D0D0;
  font-size:12px;
  text-align:left;
  vertical-align:top;
}

td.bg
{
  background-color:#E0E0E0;
  font-size:12px;
  text-align:left;
  vertical-align:top;
}

th.bgh
{
  background-color:#A0A0A0;
  font-size:12px;
  text-align:left;
  vertical-align:top;
}

td.bgh
{
  background-color:#B0B0B0;
  font-size:12px;
  text-align:left;
  vertical-align:top;
}




/* -----     Navi     ----- */

body.navi
{
  color:black;
  background-color:#e0e0e0;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  font-size:10pt;
  margin-top:72px;
  margin-left:23px;
  margin-right:30px;
  background-image:url(pics/bg/navi.gif);
  background-repeat:no-repeat;
  background-attachment:scroll;
  padding:0px;
}

a.navi
{
  font-size:10pt;
  line-height:17pt;
  font-weight:bold;
  color:#000000;
  background-color:transparent;
  text-decoration:none;
}

a.navi:hover
{
  color:#0000d0;
  font-weight:bold;
  text-decoration:none;
}

a.navi:active
{
  color:#0000B0;
  font-weight:bold;
  text-decoration:none;
}

a.navisub
{
  font-size:8pt;
  line-height:15pt;
  font-weight:bold;
  margin-left:15px;
  color:#454545;
  background-color:transparent;
  text-decoration:none;
}

a.navisub:hover
{
  color:#0000B0;
  font-weight:bold;
  text-decoration:none;
}

a.navisub:active
{
  color:#0000B0;
  font-weight:bold;
  text-decoration:none;
}