/* CSS Document */

body 
{ 
background-color: #FFFFFF;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
line-height: 1.5em;
color: #322407;
margin-top: 1em;
margin-right: 5em;
margin-bottom: 3em;
margin-left: 1em;
max-width: 800px;
}

.solid 
{border-style: solid;
border-width: 1px;
border-color: #000000;
} 

.smallcap{
font-variant:small-caps;
}

h1
{
margin-bottom: .6em;
margin-top: 1em;
line-height: 1.25em;
font-size:30px;
}

h2
{
margin-bottom: .6em;
margin-top: 1.5em;
font-size:25px;
}

h3
{
font-style:italic;
margin-bottom: .6em;
margin-top: 1.5em;
font-size: 22px;
}

h4, h5, h6
{
margin-bottom: .6em;
margin-top: 1.5em;
font-size:20px;
}

p
{
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
margin-bottom: 1em;
max-width: 800px;
width:expression(document.body.clientWidth > 800? "800px": "auto" );
}

.unitname
{
margin-bottom: .3em;
margin-top: 1em;
line-height: 1.25em;
font-size:35px;
font-variant:small-caps;
}

.tablenote
{
font-size: 90%;
margin-bottom: 1em;
}

.halfspaceafter
{
margin-bottom: -.5em;
}

li
{
padding-bottom: .5em;
}

.nospaceafter
{
margin-bottom: -1em;
}

.reference
{
font-size: 95%;
text-indent: -3em;
margin-left: 3em;
margin-bottom: 1em;
}

.spacebefore
{
margin-top: 2em;
}

.spaceafter
{
margin-bottom: 1em;
}

.quote
{
margin: 1em 4em 0em 4em;
font-size: 90%;
}

.quoteref
{
text-align: right;
font-size: 90%;
margin: 0em 4em 2em 4em
}

a:link {color: #0033CC; text-decoration: underline;}
a:visited {color: #996699}
a:hover {color: #9966FF}
a:active {color: #006633}

table 
{
margin-bottom: 1em;
}

th
{
font-style: bold;
text-align: left;
padding:6px;
}

td
{
vertical-align: top;
padding:6px;
}

.hangingindent 
{
text-indent: -0.42in;
padding-left: 0.42in;
}
.nosphangingindent 
{
text-indent: -0.42in;
padding-left: 0.42in;
margin-bottom: -1em;
}
