/* ----------------------------- */
/* -          ADJUTANT         - */
/* -    default style sheet    - */
/* -         version 1p        - */
/* -          dec 1999         - */
/* -       print version       - */
/* ----------------------------- */

BODY {
background: white;
}

/* --links-- */

A:link {
text-decoration: underline;
}

A:visited{
text-decoration: underline;
}

A:active{
text-decoration: underline;
}

/* --headers-- */
/* --text-- */

.disclaim{
color: black;
font-size: 5pt;
line-height: 6pt;
}

A.adisclaim{
font-size: 5pt;
line-height: 6pt;
color: black;
}

/* --misc-- */

.printonly{
color: black;
border: solid 1px navy;
display: block;  
}

.navbar{
display: none;
}

.pale{
display: none;
}


.printchk{
display: none;
}

