/*Pylle standard style sheet*/

BODY {

  font-family : Arial, Antique Olive, Sans-Serif;
  font-size : 8pt;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
  text-allignment : left;
  background-color: #ffffff;
  scrollbar-face-color: black;
  scrollbar-arrow-color: white;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: white;
 }

TD{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-Serif;
 }

.TDramme{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-top:
        solid 1px #000000;
  border-bottom:
        solid 1px #000000;
  border-right:
        solid 1px #000000;
  border-left:
        solid 1px #000000;
 }

.TDrammetop{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-top:
        solid 1px #000000;
 }

.TDrammebottom{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-bottom:
  	solid 1px #000000;
 }

.TDrammeleft{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-left:
  	solid 1px #000000;
 }

.TDrammeright{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-right:
  	solid 1px #000000;
 }
 
 .TDrammeleftright{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-left:
  	solid 1px #000000;
  border-right:
  	solid 1px #000000;
 }


.TDrammeleftcornertop{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-left:
  	solid 1px #000000;
  border-top:
  	solid 1px #000000;
 }


.TDrammerightcornertop{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-right:
  	solid 1px #000000;
  border-top:
  	solid 1px #000000;
 }

.TDrammeleftcornerbottom{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-left:
  	solid 1px #000000;
  border-bottom:
  	solid 1px #000000;
 }

.TDrammerightcornerbottom{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-right:
  	solid 1px #000000;
  border-bottom:
  	solid 1px #000000;
 }

.TD0{
  font-size : 8pt;
  font-weight : normal;
  font-family : Arial, Antique Olive, Sant-serif;
  border-right:
  	solid 1px #ffffff;
  border-bottom:
  	solid 1px #ffffff;
  border-top:
  	solid 1px #ffffff;
  border-left:
  	solid 1px #ffffff;
  background-color : #000000;
  padding-left : 7.0px;
  padding-right : 7.0px;
  padding-top : 7.0px;
  padding-bottom : 7.0px;
 }  

 .skygge{
  line-height : 90px;
  height : 20px;
  width : 350px;
  font-size : 80px;
  font-weight : bold;
  font-family : Antique Olive, Arial;
  color: #000000;
  filter: shadow(
   color : #ffffff,
   direction : -45)
 }
 .skygge2{
  line-height : 50px;
  height : 20px;
  width : 90px;
  font-size : 40px;
  font-weight : bold;
  font-family : Antique Olive, Arial;
  color: #000000;
  filter: shadow(
   color : #ffffff,
   direction : -45)
 }

 .skygge3{
  line-height : 30px;
  height : 20px;
  width : 350px;
  font-size : 20px;
  font-weight : bold;
  font-family : Antique Olive, Arial;
  color: #000000;
  filter: shadow(
   color : #ffffff,
   direction : -45)
 }


 .skygge4{
  line-height : 30px;
  height : 20px;
  width : 150px;
  font-size : 20px;
  font-weight : bold;
  font-family : Antique Olive, Arial;
  color: #000000;
  filter: shadow(
   color : #ffffff,
   direction : -45)
 }
 
 .adresse{
  font-size : 10pt;
  font-weight : bold;
  font-family : Antique Olive, Arial;
 }

A:link { 

  font-weight : bold;
  text-decoration : none;
  color : #ffffff;
 }
A:visited { 

  font-weight : bold;
  text-decoration : none;
  color : #ffffff;
 }
A:hover { 

  font-weight : bold;
  text-decoration : none;
  color : #ffffff;
 }
A:active { 

  font-weight : bold;
  text-decoration : none;
  color : #ffffff;
 }

H6 {
  font-size : 8pt;
 }
 
H5 {
  font-size : 10pt;
 }
 
H4 {
  font-size : 12pt;
 }
 
H3 {
  font-size : 14pt;
 }
 
H2 {
  font-size : 16pt;
 }
 
H1 {
  font-size : 18pt;
 }