/* where the bodies are buried */

body.doddersville {
color: #0F0000;
background: #d0ff90;
padding-left: 10%;
padding-right: 10%;
}

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

/*  paragraph statements */

p {
text-indent: 3em;
}

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: 3em;
margin-bottom:0;
}

p.tight { 
text-indent: 3em;
margin-top:0;
margin-bottom:0;
}

p.tightbot { 
text-indent: 3em;
margin-top:0;
}

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

/*  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.whitebg {
color: #000000;
width: 100%;
background: #ffffff;
vertical-align: middle;
padding: 10px;
margin: 1px;
border-width: 1pt 0pt 0pt 0pt;
border-color: #ffffcc;
border-top: none;
}

div.just {
text-align: justify;
}

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

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

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

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

/* colors */

.red {
color: #ff0000;
}

.white {
color: #ffffff;
}

.blue {
color: #0000ff;
}

.green {
color: #00ff00;
}

.black {
color: #000000;
}

.darkgreen {
color: #008080;
}

.reddish {
color: #ff6666;
}

/* Text alignments */

.left {
text-align: left
}

.centered {
text-align: center
}

.right {
text-align: right
}

/* Other stuff */

span.hiyel {
background: #ffff00;
}

span.blackout {
background: #000000;
}

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

#backyel {
background-color: #ffff00;
}

/* image styles */

img.picleft, div.picleft
{
float: left;
}

img.picright, div.picright
{
float: right;
}

img.m3l
{
margin: 3px 3px 3px 0px;
}

img.m3r
{
margin: 3px 0px 3px 3px;
}

img.m5l
{
margin: 5px 5px 5px 0px;
}

img.m5r
{
margin: 5px 0px 5px 5px;
}

img.m10l
{
margin: 10px 10px 10px 0px;
}

img.m10r
{
margin: 10px 0px 10px 10px;
}

img.back
{
position: absolute;
z-index:-1
}

img.blok {
display: block;
margin: auto;
}

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

