/* Cascading Style Sheet for DND Body Text */
/* Last Update: 01 January 2009 */

BODY    {
        color       : #0000FF;
        background  : #FFFFFF;
        font-family : Cambria, Georgia, "Times New Roman", "Times Roman", Times, Palatino, serif;
        font-size   : 12pt;
        scrollbar-3d-light-color    : #EAEAEA;
        scrollbar-arrow-color       : #000080;
        scrollbar-base-color        : #EAEAEA;
        scrollbar-dark-shadow-color : #D4D0C8;
        scrollbar-face-color        : #A6CAF0;
        scrollbar-highlight-color   : #EAEAEA;
        scrollbar-shadow-color      : #000080;
}

A:link
        {
        text-decoration : none;
        color           : #FF0000;
        background      : transparent;
}

A:visited 
        {
        text-decoration : none;
        color           : #993300;
        background      : transparent;
}

A:hover 
        { 
        text-decoration : underline;
        color           : #FF0000;
        background      : transparent;
        text-transform  : uppercase;
}

A:active
        {
        text-decoration : none;
        color           : #F00000;
        background      : transparent;
}

/* HEADING TAGS */

H1      {
        color       : #0000FF;
        font-family : Cambria, Georgia, "Times New Roman", "Times Roman", Times, Palatino, serif;
        font-size   : 18pt;
        font-weight : bold;
}

H1.alt  {
        color       : #FFFFFF;
        background  : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 20pt;
        font-weight : bold;
}

H2      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 14pt;
        font-weight : bold;
}

H3      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 13pt;
        font-weight : bold;
}

H4      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 12pt;
        font-weight : bold;
}

H5      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 10pt;
        font-weight : bold;
}

H6      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 8pt;
        font-weight : normal;
}

P       {
        text-align  : justify;
}

/* TABLE TAGS */

TH      {
        color       : #FFFFFF;
        background  : #0000FF;
        text-align  : center;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TH.alt  {
        color       : #0000FF;
        background  : #CCFFFF;
        text-align  : left;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TH.more {
        color       : #787878;
        background  : #FFFFFF;
        text-align  : center;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TH.note {
        color       : #339933;
        background  : #FFFFFF;
        text-align  : center;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TH.tip  {
        color       : #0066FF;
        background  : #FFFFFF;
        text-align  : center;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TH.warn {
        color       : #FF0000;
        background  : #FFFFFF;
        text-align  : center;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

TR      {
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        text-align  : justify;
        font-size   : 9pt;
}

TD      {
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
}

TD.alt  {
        background  : #CCFFFF
}

TD.more {
        color       : #787878;
        background  : #FFFFFF
}

TD.note {
        color       : #339933;
        background  : #FFFFFF
}

TD.tip  {
        color       : #0066FF;
        background  : #FFFFFF
}

TD.warn {
        color       : #FF0000;
        background  : #FFFFFF
}

/* TERM AND DEFINITION TAGS */

CAPTION {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 9pt;
        font-weight : bold;
}

DT      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 10pt;
}

DL      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 10pt;
}

DD      {
        color       : #0000FF;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 10pt;
}

/* MISCELLANEOUS TAGS */

PRE     {
        color       : #0000FF;
        font-family : Consolas, Fixedsys, "Andale Mono", "Courier New", Courier, Monaco, monospace;
        margin-top  : -12pt;
}

PRE.indent
        {
        color       : #0000FF;
        font-family : Consolas, Fixedsys, "Andale Mono", "Courier New", Courier, Monaco, monospace;
        margin-top  : -4pt;
}

.Stats  {
        color       : #00CCFF;
        background  : transparent;
        font-family : "Segoe UI", Verdana, Arial, Geneva, Helvetica, Swiss, Sunsans-regular, sans-serif;
        font-size   : 8pt;
        font-weight : bold;
}
