BODY { 
	background-color: #EEEEEE;
	text-align: justify;
	margin-left: 1em;
	margin-right: 2em;
	line-height: 1.2;
}

H1, H2, H3, H4, H5, H6 {
	text-align: left;
	font-family: helvetica,sans-serif;
	font-weight: bold;
}

H1 { 
  	font-size: 200%; 
  	font-variant: small-caps;
  	line-height: 1.0;
}
H2 {
	font-size: 161%;
}

H3 { 
	font-size: 100%;
}

H4 {	font-size: 85%;}
OL {
	font-family: helvetica,sans-serif; 
	font-size: 85%; 
	line-height: 1.2;
	list-style-type: upper-roman;
}

UL,dl {
	font-family: helvetica,sans-serif; 
	font-size: 85%; 
	line-height: 1.5;
	margin-left: 2em;
}

UL.timelist
{	list-style-type: none;
	
}

dt {float: left;}
dt:after{content: '&nbsp';}
dd { margin-left: 4em;}
.break
{	margin-top: 10pt;
	margin-bottom:10pt;
}

A {
	color: #0000FF; 
	text-decoration: none; 
}


A:hover {
	color: #003366;
	text-decoration: underline; 
}
A:visited  {
	font-style: italic;
}

.address{
	font-size: small; 
	}

.italic	{
	font-style: italic; 
	}

.nowrap {
	white-space:nowrap; 
	}

.org	{
	font-style: italic;
	}

IMG 	{
	border:0;
	}

img.right {
	float: right;
	}

@media print {
	body {
		background:white;
		color: black;
		margin-right: 0;
		margin-left: 0;
	}
	.noprint {
		display: none;
	}
	
	h1,h2,h3,h4,h5,h6 {
		color: black;
	}
	a:visited {
		color: black;
	}
	a {
		color: black;
	}
	li {
		color: black;
	}
	img {
		display: none;
	}
	H1, H2, H3, H4, H5, H6 {
		page-break-inside: avoid;
		page-break-after: avoid
	}
}
