/*****************************************************************************
 *            Darrins Document Style Sheet
 *****************************************************************************/

/*
 *  Standard document properties.
 */

BODY        { background: #F0F4C8; font-family: Arial }


/*
 *  Backgrounds for different documents.
 */

.BgDarrin   { background: #FFCCA8 }
.BgTool     { background: #a9b3dd }
.BgGuide    { background: #68bcc0 }
.BgArticle  { background: #e0ac78 }
.BgLink     { background: #f0acf8 }


/*
 *  Heading types.
 */

.PageHeader { font-size: 300%; font-weight: bold;
              text-align: center;
              border-width: medium; border-style: solid; border-color: #000000 }

.SectHeader { font-size: large; font-weight: bold }

.SubHeader { font-size: larger; font-weight: bold }


/*
 *  Standard text styles.
 */

.Ctxt       { font-family: Courier New }
.Clit       { font-family: Courier New; font-weight: bold; color: #000080  }
.Csub       { font-family: Arial; font-style: italic; color: #FF0000 }
.Clst       { font-family: Courier New; background: #C0C0C0;
              border-width: thin; border-style: solid; border-color: #000000 }

.Disclaimer { background: #f1d2c5; font-weight: bold }
.Revison    { text-align: right; font-style: italic; font-size: 8pt }
.Notes      { font-style: italic; font-weight: bold }
.Indent     { margin-left: 2em }

.Table       { border-width: thin; border-style: solid; border-color: #000000 }
.TableHeader { font-weight: bold; text-align: center; background: #a8c8d0 }


/*
 *  Sidebar types.
 */

.SbTable    {  }
.SbHeading  { font-weight: bold }


/*****************************************************************************/

