body {
	width:auto;
	margin:0 0 0 2em;
	text-align:left;
}
body,td {
 	font-family: arial, helvetica ; 
 	font-size:10pt ; 
 	line-height:1.4em ; 
 	color:#000 ;
}
h1 {
 	font-family: arial, helvetica ; 
 	font-size:18pt ;
 	line-height:1.4em ; 
 	font-weight:bold;
 	margin:0 0 0.2em 0;
 	color:#000;
}
h2 {
 	font-family: arial, helvetica ; 
 	font-size:14pt ; 
 	line-height:1.3em ; 
 	font-weight:bold;
 	margin:0 0 0.2em 0;
 	color:#000;
}
h3 {
 	font-family: arial, helvetica ; 
 	font-size:12pt ; 
 	line-height:1.2em ; 
 	font-weight:bold;
 	margin:0 0 0.1em 0;
 	color:#000;
}
h4 {
 	font-family: arial, helvetica ; 
 	font-size:12pt ; 
 	line-height:1.1em ; 
 	font-weight:bold;
 	color:#000;
}
ul {
	list-style-image:none;
}
a {
	color:#006;
	text-decoration:none;
}
td,th {
	vertical-align:top;
	text-align:left;
}

/* CONTAINERS */

.container1,
.container2,
.container3,
.container4 {
	width:auto;
	margin:0;
	background-image:none;
	border:none;
}
#header {
 	border-bottom:1pt solid black;
 	margin-bottom:10pt;
}
#header h1 {
	margin-bottom:0;
}
#header h2 {
	margin-top:0;
}

/* HEADER/NAV */

#nav1 {
	display:none;
}

/* FOOTER */

#footer {
	width:auto;
	height:auto;
	margin-top:10pt;
	padding-top:5pt;
	clear:both;
	color:#000;
	font-size:9pt;
 	line-height:1.2em ; 
 	border-top:1pt solid black;
}


/* OTHER */

.break {
	clear:both;
}
.noprint {
	display:none;
}
