body {background-color:rgb(255,255,255);
}

DIV#Notes P:first-child {text-indent:0px;
margin-top:1em;}

/* liner notes */
BODY P {font-family:Georgia,serif;
font-size:14px;
text-indent: 2em;
text-align: left;
line-height:1.4em;
margin-top: 0px;
margin-bottom: 0px;}

.footnote {font-size:12px;
text-indent:0;
text-align:left;}

TABLE {position:relative;
top:0em;
left:2em;
width:90%;
font-family:Georgia,serif;
font-size: 13px;
font-style: normal;
color: rgb(0, 0, 0);
background-color:rgb(255,255,255);
}

TD {border-bottom:1px #ccc solid;}



hr {color: rgb(255, 0, 0);
background-color: rgb(153,153,153);
height: 1px;}

/* body as initial containing block cannot be positioned or floated 
#Body {height:auto;} */

/* Nesting the #Menu inside the #Liner makes the Menu as tall as the content. In that case, the Liner becomes the containing block. */

/* Need absolute positioning because Liner comes before menu */
.Liner {position:relative;
top:0em;
left:2em;
width:500px;
padding:1em;
font-size: 10px;
font-style: normal;
color: rgb(0, 0, 0);
background-color:rgb(255,255,255);
}

.page {position:relative;
top:0;
left:0;
width:500px;
padding:1em;
font-size: 10px;
text-align:center;
color: rgb(0, 0, 0);
background-color:rgb(255,255,255);
border:1px #999 solid;
clear:both;
margin-bottom:2em;}

h1, h2 {text-align:center;
margin-top:3em;}

.page img {clear:both;}

H1 {font-size: 18px;}

H2 {font-size: 16px;}

H3 {font-size:16px;
margin-top:.5em;
margin-bottom:0;}
