/* $Id:$ */
H1,H2,H3,H4,H5,H6 { font-family: Verdana, Arial, Helvetica; }
/*H1,H2,H3,H4,H5,H6 { font-family: sans-serif; }*/

H1 { font-size: 16pt  /* xx-large */ }
H2 { 
	font-size: 13pt;	/* x-large  */
	text-align: center
}
H3 { font-size: 12pt  /* large    */ }
H4 { font-size: 10pt  /* normal   */ }
H5 { font-size: 8.5pt /* small    */ }

SMALL { font-size: 8.5pt /* small */ }

BIG.first { font-size: 11.5pt; font-weight: bold /* big 1 */ }
BIG.scnd { font-size: 11.5pt; font-weight: bold; color: #6699cc /* big 2 */ }

EM,CENTER,DIV,P,TD,TH,DL,OL,UL,BLOCKQUOTE { font-family: Verdana, Helvetica, Arial; font-size: 10pt; }
/*EM,CENTER,DIV,P,TD,TH,DL,OL,UL,BLOCKQUOTE { font-family: sans-serif; font-size: 10pt; }*/

/* RealFast customisations of and additions to default/original style sheet */

p#allrights {
   text-align: center;
   color: #999999;
   font-size: small;
}

p#justified {
   text-align: justify;
}

p#centered {
   text-align: center;
}

/* Listor */
UL {                            /* UL har en liten triangel */
 /*  list-style-image:     url(gfx/gbullet.gif); */
        /* Ej NN4/Opera3.x */
  margin-top:           0.5em;
  margin-bottom:        0.5em;
}

OL {
  margin-top:           0.5em;
  margin-bottom:        0.5em;
  list-style-type:      decimal;
}

DL {
  margin-bottom:        0.5em;
}

DL DT {
  font-style:		italic;
  font-weight:          normal;
  /*font-weight:          bold;*/
  margin-top:           1em;
}

DL DT STRONG {
  font-style:		italic;
/*   font-weight:          bold; */
  font-variant:         normal;         /* Stäng av small-caps */
}

/* Ändring av @margin-left, dvs som nedan, triggar en bugg i NN4.* som
 * har till följd att det inte blir någon indentering alls!
 */
DL DD {
/*  margin-left:          1.5em;*/                /* Ej i NN4 */
  font-weight:          normal;
}

DL.faq DT {                     /* Använd <dl class=faq> för FAQ-dokument */
/*  font-variant:         small-caps;*/     /* Ej i NN4 */
/*  font-weight:          bold;      */     /* Ej i NN4 */
/*  font-size:            larger;    */     /* Ej i NN4 */
/*  text-decoration:      underline; */     /* Ej i NN4 */
  color:                #600;
  background-color:     white;
  margin-top:           0.5em;
}

DL.faq DT STRONG {
  font-weight:          bold;
  font-variant:         small-caps;
}

DL.faq DD {
  font-weight:          normal;
/*  margin-left:        1.5em;*/ /* Triggar en bugg i NN4 */
}


/* EOF */