/* CSS Document */

*
{
color: #000;
background-color: #fff;
}
body
{
color: #000;
background-color: #fff;
}
#container
{
width: 8in; 
	margin: 0; 
	text-align: left; 
	border: none;

}
#nav
{
display: none;
}
#content
{
font-size: 10pt;
}
#content td
{
border: none;
}
/*.floatleft img, .floatright img
{
display: none;
}
.floatleft, .floatright
{
width: 7.5in;
}
 optional: in case I want to hide some text*/
 .floatleft
{
display: block;
position: relative;
width: 7in;
}
.floatright
{
display: block;
position: relative;
width: 7in;
}
.notext
{
display: none;
}


/* position the print page break (doesn't work for netscape navigator 6 */
p.breakhere
{
page-break-before: always;
}
.backbutton
{
display: none;
}
 
/* to make links look like the rest of the text */
a{
 text-decoration:none;
 color:#000;
 background:#fff;
}
