/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: #FFF;
color: #000;
}
h1
{
color: #999;
font-size: 20px;
font-style: italic;
font-weight: bold;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #999;
}
h3 
{
	color: #999999;
	font-size: 18px;
	padding-top: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h2
{
color: #AA0202;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* don't show images, the navigation and address (if applicable)*/
/*img, div#nav, address*/
img, #nav, address, #menu, object, embed
{
display: none;
 }

#content
{
width: 7in;
}

/* remove the "postion" attr. if n/a 
.showimage
{
display:block;
position: absolute; top: 100px; left: 100px;
}*/


/* optional: in case I want to hide some text */
.notext
{
display: none;
}


/* position the print page break (doesn't work for netscape navigator 6 */
p.breakhere 
{
page-break-before: always;
}
