body { color: #003000; background-color: #FFFFDD; font-size: 10pt; font-family: Arial, Helvetica; background-image: url("images/background.jpg"); }
table{ font-size: 10pt; empty-cells:show;}
h1 { color: #330077;  font-size: 14pt; }
h2 { color: #330077; font-size: 12pt; } 
h3 { color: #330077; font-size: 11pt;  }

a:link { color: #330077; text-decoration: none; }
a:visited { color: #660088; text-decoration: none; }
a:active { color: #660088; text-decoration: none; }
a:hover { color: #663388; text-decoration: underline; }

h1.heading { font-size: 20pt; }
h1.h0 { font-size: 20pt; }
h1.h2 { font-size: 12pt; }

ul { margin-top:2;margin-bottom:2 }

.floatright {float: right; clear: right;}

.floatright248 {float: right; width: 248;}

.floatleft  {float: left; clear: left; }

.clear {clear: both;}

.clearright {clear: right;}

.clearleft {clear: left;}

.small {font-size: smaller;}

.indent {text-indent: 30px;}

.note {font-size: smaller; font-style:italic; margin-left: 1 cm;}

.footnote {font-size: smaller; font-style:italic;}

.caption {font-size: smaller; text-align: center;}

.pic {border-style:groove;}

.show {display: inline;}

.hide {display: none; }

/* see http://www.positioniseverything.net/easyclearing.html for an explanation of the following */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end clearfix */

/*
Explorer Tree 1.4
=================
by Andrew Gregory <andrew@scss.com.au>
http://www.scss.com.au/family/andrew/webdesign/explorertree/

This work is licensed under the Creative Commons Attribution License. To view a
copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send
a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA.
*/

/* Get the bullets inside their LI's, so they're clickable. */
ul.xT li { list-style-position: inside; }
ul.xT, ul.xT ul, ul.xT li { margin: 0; padding: 0; }
ul.xT ul { padding-left: 10px; } /* sublist indentation */
/* Set the bullet images */
ul.xT li { list-style-image: url(images/space.gif); list-style-type: square; }
ul.xT li.xT-o { list-style-image: url("images/arrow.hide.gif"); list-style-type: circle; }
ul.xT li.xT-c { list-style-image: url("images/arrow.show.gif"); list-style-type: disc; }
/* Actually show and hide sublists */
ul.xT li.xT-o ul { display: block; }
ul.xT li.xT-c ul { display: none; }
ul.xT ul.xT-n li.xT-n { color:black; }
ul.XT li.xT-h { color: #330077;}
