body.whitedoc {
color: #000000;
background: #ffffff;
padding-left: 0%;
padding-right: 0%;
}

/*  paragraph statements */

p {
text-indent: 2ex;
margin-top:0;
margin-bottom:0;
}

p.fl {
text-indent: 0pt;
}

p.centered {
text-indent: 0pt;
text-align: center
}

p.just {
text-align: justify;
text-indent: 1em;
}

p.fl-just {
text-indent: 0pt;
text-align: justify;
}

p.just-indent {
text-indent: 1em;
text-align: justify;
padding-left: 15%;
}

p.fl-just-indent {
text-indent: 0pt;
text-align: justify;
padding-left: 15%;
}

p.tighttop { 
text-indent: 2ex;
margin-bottom:0;
}

p.tight { 
text-indent: 2ex;
margin-top:0;
margin-bottom:0;
}

p.tightbot { 
text-indent: 2ex;
margin-top:0;
}

p.tight-fl { 
text-indent: 0pt;
margin-top:0;
margin-bottom:0;
}

/* Text alignments */

.left {
text-align: left
}

.centered {
text-align: center
}

.right {
text-align: right
}

/*  Division statements */

div.yel {
color: #000000;
width: 100%;
background: #ffff00;
vertical-align: middle;
padding: 10px;
margin: .100%;
border-width: 1pt 0pt 0pt 0pt;
border-color: white;
}

div.plusone {
font-size: 105%;
font-weight: bold;
}

div.just {
text-align: justify;
}

div.pads {
padding-left: 10%;
padding-right: 10%;
}

div.plustwo {
font-size: 150%;
font-weight: bold;
}

div.plusthree {
font-size: 175%;
font-weight: bold;
}

div.fineprint {
font-size: 75%;
}

div.glib {
color: #000000;
background: #ffffcc;
}

/* colors */

.red {
color: #ff0000;
}

.redbold {
color: #ff0000;
font-weight: bold;
}

.white {
color: #ffffff;
}

.blue {
color: #0000ff;
}

.green {
color: #00ff00;
}

.black {
color: #000000;
}

.darkgreen {
color: #008080;
}

.reddish {
color: #ff6666;
}

.darkgray {
color: #808080;
}

/* Other stuff */

span.hiyel {
background: #ffff00;
}

span.blackout {
background: #000000;
}

span.redout {
background: #ff0000;
}

sup.two {
font-size:70%;
}

.plusone {
font-size: 105%;
font-weight: bold;
}

.plustwo {
font-size: 150%;
font-weight: bold;
}

.plusthree {
font-size: 175%;
font-weight: bold;
}

.plusfour {
font-size: 200%;
font-weight: bold;
}

#backyel {
background-color: #ffff00;
}

#backblack {
background-color: #000000;
}

.blackout {
background: #000000;
}

.fineprint {
font-size: 75%;
}

.fineprint1 {
font-size: 83%;
}

A:link {color:blue; font-weight: bold; text-decoration: none;}
A:visited { color: green; font-weight: bold;}

