@charset "utf-8";
/* CSS Document */
body { 
  color : #000000; 
  background : #ffffff; 
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#topbar, #logobar, #mainfooter, #footer, #sidecontent, #tickerbar, #navmenu, #leftcolumn, #rightcolumn, { 
  display : none; 
} 

div#maincontent {
  top: 20px;
  left: 10px;
  width: 680px;

}

div#greencontent {
  position: absolute;
  top: 0px;
  left: 10px;
  
  
}

br { clear: both; line-height: 3px; 
display: block;
}

p, ol, dl, dt, dd, blockquote  { 
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 3px;
    border-bottom-width: 0;
    padding-bottom: 0px;
	
	}

