body {
	width:auto;
	margin:0 none;
 	margin-left:2em ;
	text-align:left;
}
body,td {
 	font-family: arial, helvetica ; 
 	font-size:11pt ; 
 	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;
 	border-bottom:1pt solid black;
 	color:#000;
}
h2 {
 	font-family: arial, helvetica ; 
 	font-size:16pt ; 
 	line-height:1.3em ; 
 	font-weight:bold;
 	margin:0 0 1em 0;
 	border-bottom:1pt solid black;
 	color:#000;
}
ul {
	list-style-image:none;
}
a {
	color:#006;
	text-decoration:none;
}
/* CONTAINERS */
.container1,
.container2,
.container3,
.container4 {
	width:auto;
	margin:0;
	background-image:none;
	border:none;
}
/* HEADER/NAV */
.border_top {
	display:none;
}
.border_bottom {
	display:none;
}
.logobar {
	display:none;
}
.textsize {
	display:none;
}
.nav1,
.nav2,
.nav3 {
	display:none;
}
.ticker {
	display:none;
}
/* MAIN COLUMN */
.maincol {
	/* margin-right:35%; */
	width:auto;
}
/* SIDEBAR */
.sidebar1 {
	position:relative;
	float:right;
	width:30%;
	margin-left:10pt;
	color:#000;
 	font-size:10pt ; 
 	line-height:1.2em ; 
 	overflow:hidden;
}
.sidebar ul {
	margin: 3pt 0 3pt 17pt;
	padding:0;
}
.sidebar li {
	margin:0;
	padding:0;
}
/* FOOTER */
.footer {
	width:auto;
	height:auto;
	margin-top:10pt;
	clear:both;
	color:#000;
	border-top:1pt solid #000;
	font-size:9pt;
 	line-height:1.2em ; 
}
.footer .search {
	display:none;
}
/* OTHER */
.break {
	clear:both;
}
.bar1 {
	height:1pt
	border-bottom:1pt solid #000;
}